Lines Matching refs:uint16_t
56 uint16_t lh_nfree; /* number free chunks */
57 uint16_t lh_nentries; /* number of entries */
58 uint16_t lh_prefix_len; /* num bits used to id this */
62 uint16_t lh_freelist; /* chunk head of free list */
74 uint16_t l_hash[1];
81 uint16_t le_next; /* next entry in hash chain */
82 uint16_t le_name_chunk; /* first chunk of the name */
83 uint16_t le_name_length; /* bytes in name, incl null */
84 uint16_t le_value_chunk; /* first chunk of the value */
85 uint16_t le_value_length; /* value length in ints */
92 uint16_t la_next; /* next blk or CHAIN_END */
97 uint16_t lf_next; /* next in free list, or CHAIN_END */