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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c305 unsigned int curj; /* Current best main branch site */ local
319 curj = pj; /* Save main probe index */
325 table[curpos] = table[curj]; /* Old key to new site */
327 printf("Switch curpos = %o, curj = %o, oldi = %o\n",
328 curj, curpos, i);
330 i = curj;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c343 unsigned int curj; /* Current best main branch site */ local
360 curj = pj; /* Save main probe index */
367 table[curpos] = table[curj]; /* Old key to new site */
369 printf("Switch curpos = %o, curj = %o, oldi = %o\n",
370 curj, curpos, i);
372 i = curj;

Completed in 47 milliseconds