HomeSort by relevance Sort by last modified time
    Searched refs:clockDuration (Results 1 - 2 of 2) sorted by null

  /external/lz4/tests/
frametest.c 573 clock_t const clockDuration = duration_s * CLOCKS_PER_SEC;
594 for ( ; (testNb < nbTests) || (clockDuration > FUZ_GetClockSpan(startClock)) ; testNb++) {
    [all...]
fuzzer.c 273 clock_t const clockDuration = (clock_t)duration_s * CLOCKS_PER_SEC;
298 (cycleNb < nbCycles) || (FUZ_GetClockSpan(clockStart) < clockDuration);
    [all...]

Completed in 72 milliseconds