Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/tests/
Dparamgrill.c54 static const U64 g_maxVariationTime = 60 * SEC_TO_MICRO; variable
522 while (UTIL_clockSpanMicro(clockStart) < g_maxVariationTime) { in playAround()