Searched defs:hash_table (Results 1 – 11 of 11) sorted by relevance
52 struct hash_table struct57 struct hash_entry *bucket;58 struct hash_entry const *bucket_limit;59 size_t n_buckets;60 size_t n_buckets_used;61 size_t n_entries;64 const Hash_tuning *tuning;71 Hash_hasher hasher;72 Hash_comparator comparator;73 Hash_data_freer data_freer;[all …]
40 struct hash_table { struct56 struct hash_table * argument
149 struct file_buffer *hash_table[HASH_SIZE]; member171 struct file_buffer *hash_table[HASH_SIZE]; member
56 } *hash_table[65536]; variable
599 void add_entry(struct hash_table_entry *hash_table[], long long start, in add_entry()616 int lookup_entry(struct hash_table_entry *hash_table[], long long start) in lookup_entry()
138 struct cache_entry *hash_table[65536]; member
104 Elf_Word *hash_table; // The symbol hash table member
119 struct list_head *hash_table; member
19 static struct crec *cache_head = NULL, *cache_tail = NULL, **hash_table = NULL; variable
583 u16 i, hash_table[4]; in dm9132_id_table() local