Lines Matching refs:prcnt
136 static unsigned int prcnt; /* Number of probes this item */
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++;
524 unsigned int oldpr = prcnt; /* Save current probe count */
526 sum += prcnt;
528 *table[i].data, prcnt, table[i].key);
529 prcnt = oldpr;