Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dparamgrill.c43 #define TIMELOOP (2 * SEC_TO_MICRO)
53 static const U64 g_maxParamTime = 15 * SEC_TO_MICRO;
54 static const U64 g_maxVariationTime = 60 * SEC_TO_MICRO;
257 …if ((double)roundClock < fastestC * SEC_TO_MICRO * nbLoops) fastestC = ((double)roundClock / SEC_T… in BMK_benchParam()
278 …if ((double)roundClock < fastestD * SEC_TO_MICRO * nbLoops) fastestD = ((double)roundClock / SEC_T… in BMK_benchParam()
H A Dzbufftest.c61 static const U64 g_refreshRate = SEC_TO_MICRO / 6;
547 g_clockTime *= SEC_TO_MICRO; in main()
H A Ddecodecorpus.c60 static const U64 g_refreshRate = SEC_TO_MICRO / 6;
1531 U64 const maxClockSpan = testDurationS * SEC_TO_MICRO; in runTestMode()
H A Dfuzzer.c60 static const U64 g_refreshRate = SEC_TO_MICRO / 6;
1373 U64 const maxClockSpan = maxDurationS * SEC_TO_MICRO; in fuzzerTests()
H A Dzstreamtest.c65 static const U64 g_refreshRate = SEC_TO_MICRO / 6;
1946 g_clockTime *= SEC_TO_MICRO; in main()
/freebsd-12.1/sys/contrib/zstd/programs/
H A Ddibio.c57 static const U64 g_refreshRate = SEC_TO_MICRO / 6;
H A Dutil.h221 #define SEC_TO_MICRO 1000000 macro
H A Dbench.c76 static const U64 g_refreshRate = SEC_TO_MICRO / 6;
H A Dfileio.c87 static const U64 g_refreshRate = SEC_TO_MICRO / 6;