Searched defs:htable (Results 1 – 4 of 4) sorted by relevance
82 struct htable { struct85 u8 htable_bits; /* size of hash table == 2^htable_bits */ argument88 struct hbucket __rcu *bucket[]; /* hashtable buckets */ argument
35 u128 htable[16]; member
33 struct hashtab_node **htable; /* hash table */ member
138 u64 *htable; in lz77_compress() local