Home
last modified time | relevance | path

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

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