Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c343 unsigned int curj; /* Current best main branch site */ in hsearch() local
360 curj = pj; /* Save main probe index */ in hsearch()
367 table[curpos] = table[curj]; /* Old key to new site */ in hsearch()
370 curj, curpos, i); in hsearch()
372 i = curj; in hsearch()