Searched refs:hash_2 (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() argument62 ht->ht_hash_2 = hash_2; in hash_init()90 unsigned int hash_2 = 0; in hash_find_slot() local114 if (!hash_2) in hash_find_slot()115 hash_2 = (*ht->ht_hash_2) (key) | 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));