OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testNb
(Results
1 - 2
of
2
) sorted by null
/external/lz4/tests/
frametest.c
562
unsigned
testNb
= 0;
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
);
[
all
...]
fuzzer.c
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;
[
all
...]
Completed in 67 milliseconds