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

  /external/lz4/programs/
bench.h 35 void BMK_SetNbIterations(int nbLoops);
bench.c 101 #define NBLOOPS 3
141 static int nbIterations = NBLOOPS;
146 void BMK_SetNbIterations(int nbLoops)
148 nbIterations = nbLoops;
360 int nbLoops;
367 nbLoops = 0;
375 nbLoops++;
379 if ((double)milliTime < fastestC*nbLoops) fastestC = (double)milliTime/nbLoops;
388 nbLoops = 0
    [all...]
fullbench.c 114 #define NBLOOPS 6
150 static int nbIterations = NBLOOPS;
164 void BMK_SetNbIterations(int nbLoops)
166 nbIterations = nbLoops;
719 DISPLAY( " -i# : iteration loops [1-9](default : %i)\n", NBLOOPS);

Completed in 53 milliseconds