Searched defs:testNb (Results 1 - 2 of 2) sorted by relevance

/external/lz4/tests/
H A Dframetest.c562 unsigned testNb = 0; local
575 DISPLAY(" (seed %u, test nb %u) \n", seed, testNb); goto _output_error; }
590 /* jump to requested testNb */
591 for (testNb =0; (testNb < startTest); testNb++) (void)FUZ_rand(&coreRand); /* sync randomizer */
594 for ( ; (testNb < nbTests) || (clockDuration > FUZ_GetClockSpan(startClock)) ; testNb++) {
616 DISPLAYUPDATE(2, "\r%5u ", testNb);
750 int testNb local
[all...]
H A Dfuzzer.c93 static void FUZ_displayUpdate(unsigned testNb) argument
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; local
661 const unsigned testNb = 0; local
991 int testNb = 0; local
1070 testNb=0;
1072 testNb *
[all...]

Completed in 148 milliseconds