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

  /external/lz4/programs/
bench.c 141 static int nbIterations = NBLOOPS;
148 nbIterations = nbLoops;
149 DISPLAY("- %i iterations -\n", nbIterations);
358 for (loopNb = 1; loopNb <= nbIterations; loopNb++)
fullbench.c 150 static int nbIterations = NBLOOPS;
166 nbIterations = nbLoops;
167 DISPLAY("- %i iterations -\n", nbIterations);
556 for (loopNb = 1; loopNb <= nbIterations; loopNb++)
652 for (loopNb = 1; loopNb <= nbIterations; loopNb++)

Completed in 35 milliseconds