Searched refs:perturb (Results 1 – 1 of 1) sorted by relevance
129 hash_T perturb; in hash_lookup() local165 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) in hash_lookup()170 idx = (unsigned)((idx << 2U) + idx + perturb + 1U); in hash_lookup()333 hash_T perturb; in hash_may_resize() local437 for (perturb = olditem->hi_hash; ; perturb >>= PERTURB_SHIFT) in hash_may_resize()439 newi = (unsigned)((newi << 2U) + newi + perturb + 1U); in hash_may_resize()