Home
last modified time | relevance | path

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

/external/lz4/programs/
Dbench.c256 U32 nbLoops; in BMK_benchMem() local
257 for (nbLoops=0; nbLoops < nbCompressionLoops; nbLoops++) { in BMK_benchMem()
297 U32 nbLoops; in BMK_benchMem() local
298 for (nbLoops=0; nbLoops < nbDecodeLoops; 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()