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

  /src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c 57 #define NBLOOPS 3
108 static unsigned g_nbIterations = NBLOOPS;
116 static void BMK_SetNbIterations(unsigned nbLoops)
118 g_nbIterations = nbLoops;
234 U32 nbLoops = 0;
258 nbLoops++;
302 nbLoops++;
343 nbLoops++;
376 nbLoops++;
380 if (clockSpan < fastestC*nbLoops) fastestC = clockSpan / nbLoops
    [all...]
  /src/external/bsd/zstd/dist/tests/
fullbench.c 49 #define NBLOOPS 6
73 static unsigned g_nbIterations = NBLOOPS;
1093 DISPLAY( " -i# : iteration loops [1-9](default : %i)\n", NBLOOPS);

Completed in 17 milliseconds