Lines Matching refs:count
38 long i, k, count[1000];
159 count[i] = 0;
161 count[i] += 1;
162 if(count[1] != 2)
163 terror("Dtlist count 1");
164 if(count[2] != 2)
165 terror("Dtlist count 2");
166 if(count[3] != 3)
167 terror("Dtlist count 3");
192 count[i] = 0;
194 count[i] += 1;
195 if(count[1] != 2)
196 terror("Dtbag count 1");
197 if(count[2] != 2)
198 terror("Dtbag count 2");
199 if(count[3] != 3)
200 terror("Dtbag count 3");
207 count[i] = 0;
209 count[i] += 1;
210 if(count[1] != 2)
211 terror("Dtobag count 1");
212 if(count[2] != 2)
213 terror("Dtobag count 2");
214 if(count[3] != 3)
215 terror("Dtobag count 3");
264 memset(count, 0, sizeof(count));
266 count[k] += 1;
268 if(count[i] != 1)
269 terror("wrong count[%d]=%d", i, count[i]);