Searched refs:hash2 (Results 1 – 1 of 1) sorted by relevance
94 int hash2; in find_empty_slot_for_expand() local99 hash2 = 1 + hash % (size - 2); in find_empty_slot_for_expand()102 index += hash2; in find_empty_slot_for_expand()187 int hash, hash2; in htab_find_slot() local206 hash2 = 1 + hash % (size - 2); in htab_find_slot()209 index += hash2; in htab_find_slot()
Completed in 5 milliseconds