HomeSort by relevance Sort by last modified time
    Searched refs:testNb (Results 1 - 2 of 2) sorted by null

  /external/lz4/programs/
frametest.c 382 unsigned testNb = 0;
392 DISPLAY(" (seed %u, test nb %u) \n", seed, testNb); goto _output_error; }
407 // jump to requested testNb
408 for (testNb =0; testNb < startTest; testNb++) (void)FUZ_rand(&coreRand); // sync randomizer
411 for ( ; testNb < nbTests; testNb++)
436 DISPLAYUPDATE(2, "\r%5u ", testNb);
563 int testNb = 0
    [all...]
fuzzer.c 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;
    [all...]

Completed in 81 milliseconds