Lines Matching defs:acnt
762 size_t acnt, fcnt;
772 acnt = item->repcount / 10 + 1; /* 10% */
773 fcnt = (acnt >= 3) ? acnt / 3 : 1; /* 3% */
789 i, item->repcount, acnt, intrs, ttime);
792 j += acnt) {
862 (j + acnt + fcnt - 1) / logsize;
885 int cnt, nitems, acnt;
988 for (j = i + 1, acnt = items[i].repcount; j < cnt &&
990 acnt += items[j].repcount;
999 mean = acnt / (j - i); /* mean value */
1022 msg(3, "reduce_log: p 0x%x at %d:0x%x %d:0x%x acnt mina maxa"
1026 acnt, mina, maxa, mean, cutoff[0], cutoff[1], lb, ub);