HomeSort by: relevance | last modified time | path
    Searched defs:TIMELOOP_MICROSEC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
benchfn.c 27 #define TIMELOOP_MICROSEC SEC_TO_MICRO /* 1 second */
benchzstd.c 56 #define TIMELOOP_MICROSEC (1 * 1000000ULL) /* 1 second */
58 #define ACTIVEPERIOD_MICROSEC (70 * TIMELOOP_MICROSEC) /* 70 seconds */
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c 58 #define TIMELOOP_MICROSEC 1*1000000ULL /* 1 second */
203 U64 const maxTime = (g_nbIterations * TIMELOOP_MICROSEC) + 100;
216 U64 clockLoop = g_nbIterations ? TIMELOOP_MICROSEC : 1;

Completed in 34 milliseconds