Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c309 unsigned int pjk; /* Secondary branch probe indices */ in hsearch() local
316 pjk = (pj + k * cj) % length; /* Secondary probe */ in hsearch()
317 if(table[pjk].key == NULL) { /* Improvement found */ in hsearch()
320 curpos = pjk; /* Save secondeary index */ in hsearch()
/titanic_50/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()