Home | History | Annotate | Download | only in programs

Lines Matching refs:testNb

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