Lines Matching refs:c
156 int c; in OSReport() local
173 c = 0; in OSReport()
179 ++c; in OSReport()
180 if (LINES <= c) in OSReport()
186 if (LINES <= c) in OSReport()
263 int c[] = { 1, 1, 1, 1, 1, 1, 8, 1, 2, 2, 2 }; in DoTest() local
281 if( c[i] == 1 ) in DoTest()
290 for (j = 0; j < c[i]; j++) in DoTest()
297 OSReport("NET_MD5(%.70s) * %d\n", a[i], c[i]); in DoTest()
373 int c[] = { 1, 1, 1000000, 10 }; in DoTest() local
384 if( c[i] == 1 ) in DoTest()
393 for (j = 0; j < c[i]; j++) in DoTest()
400 OSReport("NET_SHA1(%.70s) * %d\n", a[i], c[i]); in DoTest()