Home
last modified time | relevance | path

Searched refs:nbCycles (Results 1 – 1 of 1) sorted by relevance

/external/lz4/tests/
Dfuzzer.c304 static int FUZ_test(U32 seed, U32 nbCycles, const U32 startCycle, const double compressibility, U32… in FUZ_test() argument
359 (cycleNb < nbCycles) || (FUZ_GetClockSpan(clockStart) < clockDuration); in FUZ_test()
929 if (nbCycles<=1) nbCycles = cycleNb; /* end by time */ in FUZ_test()
931 printf("\r%7u /%7u - ", cycleNb, nbCycles); in FUZ_test()