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

/osnet-11/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 20 milliseconds