Lines Matching refs:prcnt
134 static unsigned int prcnt; /* Number of probes this item */
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++;
550 unsigned int oldpr = prcnt;
554 sum += prcnt;
556 *table[i].data, prcnt, table[i].key);
557 prcnt = oldpr;