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

/external/lz4/tests/
H A Dframetest.c573 clock_t const clockDuration = duration_s * CLOCKS_PER_SEC; local
594 for ( ; (testNb < nbTests) || (clockDuration > FUZ_GetClockSpan(startClock)) ; testNb++) {
H A Dfuzzer.c273 clock_t const clockDuration = (clock_t)duration_s * CLOCKS_PER_SEC; local
298 (cycleNb < nbCycles) || (FUZ_GetClockSpan(clockStart) < clockDuration);

Completed in 490 milliseconds