Home
last modified time | relevance | path

Searched refs:hash2 (Results 1 – 1 of 1) sorted by relevance

/include/
A Dinline-hashtab.h94 int hash2; in find_empty_slot_for_expand() local
99 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() local
206 hash2 = 1 + hash % (size - 2); in htab_find_slot()
209 index += hash2; in htab_find_slot()

Completed in 5 milliseconds