Lines Matching refs:count
72 int count[N_PROC];
142 count[i] = 0;
153 terror("%d: process%d, number=%d", n, i, count[i]);
156 terror("%d: process%d, count=%d", n, i, count[i]);
158 if(sfvalue(f) != size[i][count[i]])
160 n, i, count[i], size[i][count[i]], sfvalue(f));
162 count[i] += 1;
166 if(count[i] != N_REC)
167 terror("Bad count%d %d", i, count[i]);