Lines Matching defs:count
161 int child, count, i, nwait, pid, status;
189 count = 0;
198 ++count;
206 if (count != nwait) {
207 tst_resm(TFAIL, "\tWrong # children waited on, count = %d",
208 count);
259 int i, count, collide, chunk, whenmisc, xfr;
303 * ++count;
307 * repeat until count = nchunks.
323 count = 0;
325 while (count < nchunks) {
348 ++count;
357 "\tTest[%d] bad verify @ 0x%Lx for val %d count %d xfr %d file_max 0x%x, should be %d.",
358 me, CHUNK(chunk), val, count,
378 ++count;
388 "\tTest[%d] bad verify @ 0x%Lx for val %d count %d xfr %d file_max 0x%x.",
389 me, CHUNK(chunk), val, count,
440 if (count + collide > 2 * nchunks)
450 //tst_resm(TINFO, "\tTest{%d} val %d done, count = %d, collide = {%d}",
451 // me, val, count, collide);