Home
last modified time | relevance | path

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

/third_party/lz4/programs/
Dbench.c402 U32 nbLoops; in BMK_benchMem() local
403 for (nbLoops=0; nbLoops < nbCompressionLoops; nbLoops++) { in BMK_benchMem()
447 U32 nbLoops; in BMK_benchMem() local
448 for (nbLoops=0; nbLoops < nbDecodeLoops; nbLoops++) { in BMK_benchMem()
Dbench.h33 void BMK_setNbSeconds(unsigned nbLoops);
/third_party/lz4/tests/
Dfullbench.c113 static void BMK_setNbIterations(int nbLoops) in BMK_setNbIterations() argument
115 g_nbIterations = nbLoops; in BMK_setNbIterations()