Lines Matching defs:count
149 int child, count, fd, i, nwait, status;
180 count = 0;
189 ++count;
196 if (count != nwait) {
197 tst_resm(TFAIL, "\tWrong # children waited on, count = %d",
198 count);
228 int count, collide, chunk, whenmisc, xfr, i;
299 * ++count;
303 * repeat until count = nchunks.
325 count = 0;
328 while (count < nchunks) {
367 " for val %d count %d xfr %d.",
369 count, xfr);
381 ++count;
398 " for val %d count %d xfr %d.",
400 count, xfr);
442 if (count + collide > 2 * nchunks)
450 if (count < nchunks) {
452 // me, val, count, collide);
477 //tst_resm(TINFO, "\tTest[%d] val %d done, count = %d, collide = %d.",
478 // me, val, count, collide);