Searched refs:cycleNb (Results 1 - 1 of 1) sorted by relevance

/external/lz4/tests/
H A Dfuzzer.c275 unsigned cycleNb; local
278 printf(" (seed %u, cycle %u) \n", seed, cycleNb); goto _output_error; }
293 for (cycleNb = 0; cycleNb < startCycle; cycleNb++)
297 for (cycleNb = startCycle;
298 (cycleNb < nbCycles) || (FUZ_GetClockSpan(clockStart) < clockDuration);
299 cycleNb++) {
315 FUZ_displayUpdate(cycleNb);
630 if (nbCycles<=1) nbCycles = cycleNb; /* en
663 const unsigned cycleNb= 0; local
[all...]

Completed in 101 milliseconds