Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c388 { int loopNb, nb_loops, chunkNb, cAlgNb, dAlgNb; in fullSpeedBench() local
396 for (cAlgNb=0; (cAlgNb <= NB_COMPRESSION_ALGORITHMS) && (g_compressionTest); cAlgNb++) { in fullSpeedBench()
403 if ((g_compressionAlgo != ALL_COMPRESSORS) && (g_compressionAlgo != cAlgNb)) continue; in fullSpeedBench()
420 switch(cAlgNb) in fullSpeedBench()
483 …DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize… in fullSpeedBench()
485 …DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.1f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize… in fullSpeedBench()