Lines Matching defs:cnt
83 int cnt;
368 if (coll->cnt == 0) {
403 starts = coll->cnt;
531 c = lrand48() % coll->cnt;
556 if (++c >= coll->cnt)
657 fprintf(logfile, "Total Tests: %d\n", coll->cnt);
1187 coll->cnt = 0;
1222 coll->cnt++;
1254 coll->cnt++;
1258 coll->ary = malloc(coll->cnt * sizeof(struct coll_entry *));
1268 if (i != coll->cnt)
1269 fprintf(stderr, "pan(%s): i doesn't match cnt\n", panname);
1456 for (i = 0; i < coll->cnt; ++i) {