Searched refs:hash_1 (Results 1 – 2 of 2) sorted by relevance
44 hash_func_t hash_1, hash_func_t hash_2, hash_cmp_func_t hash_cmp) in hash_init() argument61 ht->ht_hash_1 = hash_1; in hash_init()91 unsigned int hash_1 = (*ht->ht_hash_1) (key); in hash_find_slot() local96 hash_1 &= (ht->ht_size - 1); in hash_find_slot()97 slot = &ht->ht_vec[hash_1]; in hash_find_slot()116 hash_1 += hash_2; in hash_find_slot()
61 hash_func_t hash_1, hash_func_t hash_2, hash_cmp_func_t hash_cmp));