Searched refs:testNb (Results 1 – 2 of 2) sorted by relevance
/external/lz4/programs/ |
D | frametest.c | 382 unsigned testNb = 0; in fuzzerTests() local 392 … DISPLAY(" (seed %u, test nb %u) \n", seed, testNb); goto _output_error; } in fuzzerTests() 408 for (testNb =0; testNb < startTest; testNb++) (void)FUZ_rand(&coreRand); // sync randomizer in fuzzerTests() 411 for ( ; testNb < nbTests; testNb++) in fuzzerTests() 436 DISPLAYUPDATE(2, "\r%5u ", testNb); in fuzzerTests() 563 int testNb = 0; in main() local 629 testNb=0; in main() 632 testNb *= 10; in main() 633 testNb += *argument - '0'; in main() 666 if (testNb==0) result = basicTests(seed, ((double)proba) / 100); in main() [all …]
|
D | fuzzer.c | 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() [all …]
|