Lines Matching refs:testNb
265 static void FUZ_displayUpdate(unsigned testNb) in FUZ_displayUpdate() argument
270 DISPLAY("\r%5u ", testNb); in FUZ_displayUpdate()
288 # define FUZ_CHECKTEST(cond, ...) if (cond) { printf("Test %u : ", testNb); printf(__VA_ARGS__); \ in FUZ_test()
290 # define FUZ_DISPLAYTEST { testNb++; g_displayLevel<3 ? 0 : printf("%2u\b\b", testNb); i… in FUZ_test()
340 U32 testNb = 0; in FUZ_test() local
686 const unsigned testNb = 0; in FUZ_unitTests() local
1061 int testNb = 0; in main() local
1120 testNb=0; in main()
1123 testNb *= 10; in main()
1124 testNb += *argument - '0'; in main()
1154 if ((seedset==0) && (testNb==0)) FUZ_unitTests(); in main()
1159 int result = FUZ_test(seed, nbTests, testNb, ((double)proba) / 100); in main()