Lines Matching refs:uint16_t
43 uint16_t lh_nfree; /* number free chunks */
44 uint16_t lh_nentries; /* number of entries */
45 uint16_t lh_prefix_len; /* num bits used to id this */
49 uint16_t lh_freelist; /* chunk head of free list */
61 uint16_t l_hash[1];
68 uint16_t le_next; /* next entry in hash chain */
69 uint16_t le_name_chunk; /* first chunk of the name */
70 uint16_t le_name_length; /* bytes in name, incl null */
71 uint16_t le_value_chunk; /* first chunk of the value */
72 uint16_t le_value_length; /* value length in ints */
82 uint16_t la_next; /* next blk or CHAIN_END */
87 uint16_t lf_next; /* next in free list, or CHAIN_END */