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

  /external/lz4/programs/
bench.h 32 void BMK_SetNbSeconds(unsigned nbLoops);
bench.c 254 U32 nbLoops = 0;
262 nbLoops++;
265 if (clockSpan < fastestC*nbLoops) fastestC = clockSpan / nbLoops;
289 U32 nbLoops = 0;
302 nbLoops++;
305 if (clockSpan < fastestD*nbLoops) fastestD = clockSpan / nbLoops;
  /external/lz4/tests/
fullbench.c 59 #define NBLOOPS 6
98 static int g_nbIterations = NBLOOPS;
112 static void BMK_setNbIterations(int nbLoops)
114 g_nbIterations = nbLoops;
609 DISPLAY( " -i# : iteration loops [1-9](default : %i)\n", NBLOOPS);

Completed in 123 milliseconds