Home
last modified time | relevance | path

Searched refs:nbLoops (Results 1 – 3 of 3) sorted by relevance

/external/lz4/programs/
Dbench.c254 U32 nbLoops = 0; in BMK_benchMem() local
262 nbLoops++; in BMK_benchMem()
265 if (clockSpan < fastestC*nbLoops) fastestC = clockSpan / nbLoops; in BMK_benchMem()
289 U32 nbLoops = 0; in BMK_benchMem() local
302 nbLoops++; in BMK_benchMem()
305 if (clockSpan < fastestD*nbLoops) fastestD = clockSpan / nbLoops; in BMK_benchMem()
Dbench.h32 void BMK_SetNbSeconds(unsigned nbLoops);
/external/lz4/tests/
Dfullbench.c112 static void BMK_setNbIterations(int nbLoops) in BMK_setNbIterations() argument
114 g_nbIterations = nbLoops; in BMK_setNbIterations()