HomeSort by relevance Sort by last modified time
    Searched full:cyclenb (Results 1 - 1 of 1) sorted by null

  /external/lz4/tests/
fuzzer.c 275 unsigned cycleNb;
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; /* end by time *
    [all...]

Completed in 1300 milliseconds