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

  /external/lz4/tests/
frametest.c 83 if ((FUZ_GetClockSpan(g_clockTime) > refreshRate) || (displayLevel>=4)) \
104 static clock_t FUZ_GetClockSpan(clock_t clockStart)
594 for ( ; (testNb < nbTests) || (clockDuration > FUZ_GetClockSpan(startClock)) ; testNb++) {
    [all...]
fuzzer.c 88 static clock_t FUZ_GetClockSpan(clock_t clockStart)
97 if ((FUZ_GetClockSpan(g_time) > g_refreshRate) || (g_displayLevel>=4)) {
298 (cycleNb < nbCycles) || (FUZ_GetClockSpan(clockStart) < clockDuration);
    [all...]

Completed in 176 milliseconds