Lines Matching refs:count
38 int count[N_WRITER];
60 count[i] = 0;
65 if(count[i] < N_RECORD)
66 { r = size[i][count[i]];
73 if((count[i] += 1) == N_RECORD)
81 count[i] = 0;
89 terror("Bad record%d, count=%d", i, count[i]);
91 if(sfvalue(fr) != size[i][count[i]])
92 terror("Record%d count=%d size=%d sfvalue=%d",
93 i, count[i], size[i][count[i]], sfvalue(fr));
95 count[i] += 1;
99 if(count[i] != N_RECORD)
100 terror("Bad count%d %d", i, count[i]);