Home | History | Annotate | Download | only in tests

Lines Matching refs:testNb

93 static void FUZ_displayUpdate(unsigned testNb)
99 DISPLAY("\r%5u ", testNb);
277 # define FUZ_CHECKTEST(cond, ...) if (cond) { printf("Test %u : ", testNb); printf(__VA_ARGS__); \
279 # define FUZ_DISPLAYTEST { testNb++; g_displayLevel>=4 ? printf("%2u\b\b", testNb), fflush(stdout) : 0; }
300 U32 testNb = 0;
661 const unsigned testNb = 0;
991 int testNb = 0;
1070 testNb=0;
1072 testNb *= 10;
1073 testNb += *argument - '0';
1106 if ((seedset==0) && (testNb==0)) { FUZ_unitTests(LZ4HC_CLEVEL_DEFAULT); FUZ_unitTests(LZ4HC_CLEVEL_OPT_MIN); }
1110 { int const result = FUZ_test(seed, nbTests, testNb, ((double)proba) / 100, duration);