Searched refs:hval2 (Results 1 – 1 of 1) sorted by relevance
307 unsigned hval2; in hsearch_r() local322 hval2 = 1 + hval % (htab->size - 2); in hsearch_r()329 if (idx <= hval2) in hsearch_r()330 idx = htab->size + idx - hval2; in hsearch_r()332 idx -= hval2; in hsearch_r()