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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c136 static unsigned int prcnt; /* Number of probes this item */ variable
189 printf("The number of probes required was %d\n", prcnt);
254 prcnt = 1;
278 prcnt++;
302 unsigned int r = prcnt - 1; /* Current minimum distance */
311 if(prcnt >= 3) {
312 for(j = 0; j < prcnt; j++) { /* Count along main branch */
324 if(r != prcnt - 1) { /* If an improvement occurred */
378 prcnt = 1;
392 prcnt
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c134 static unsigned int prcnt; /* Number of probes this item */ variable
189 printf("The number of probes required was %d\n", prcnt);
290 prcnt = 1;
314 prcnt++;
340 unsigned int r = prcnt - 1; /* Current minimum distance */
349 if (prcnt >= 3) {
350 for (j = 0; j < prcnt; j++) { /* Count along main branch */
366 if (r != prcnt - 1) { /* If an improvement occurred */
421 prcnt = 1;
434 prcnt
[all...]

Completed in 46 milliseconds