Searched defs:hash_2 (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Dhash.c44 hash_func_t hash_1, hash_func_t hash_2, hash_cmp_func_t hash_cmp)
62 ht->ht_hash_2 = hash_2;
90 unsigned int hash_2 = 0; local
114 if (!hash_2)
115 hash_2 = (*ht->ht_hash_2) (key) | 1;
116 hash_1 += hash_2;
43 hash_init(struct hash_table *ht, unsigned long size, hash_func_t hash_1, hash_func_t hash_2, hash_cmp_func_t hash_cmp) argument

Completed in 7 milliseconds