Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c347 unsigned int pjk; /* Secondary branch probe indices */ in hsearch() local
355 pjk = (pj + k * cj) % length; in hsearch()
357 if (table[pjk].key == NULL) { in hsearch()
361 curpos = pjk; in hsearch()