Searched refs:hash_1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c44 hash_func_t hash_1, hash_func_t hash_2, hash_cmp_func_t hash_cmp)
61 ht->ht_hash_1 = hash_1;
91 unsigned int hash_1 = (*ht->ht_hash_1) (key); local
96 hash_1 &= (ht->ht_size - 1);
97 slot = &ht->ht_vec[hash_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
H A Dhash.h61 hash_func_t hash_1, hash_func_t hash_2, hash_cmp_func_t hash_cmp));

Completed in 71 milliseconds