Searched refs:cAlgNb (Results 1 – 1 of 1) sorted by relevance
/external/lz4/tests/ |
D | fullbench.c | 418 { int loopNb, nb_loops, chunkNb, cAlgNb, dAlgNb; in fullSpeedBench() local 426 for (cAlgNb=0; (cAlgNb <= NB_COMPRESSION_ALGORITHMS) && (g_compressionTest); cAlgNb++) { in fullSpeedBench() 433 if ((g_compressionAlgo != ALL_COMPRESSORS) && (g_compressionAlgo != cAlgNb)) continue; in fullSpeedBench() 450 switch(cAlgNb) in fullSpeedBench() 515 …DISPLAY("%2i-%-34.34s :%10i ->%9i (%5.2f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSiz… in fullSpeedBench() 517 …DISPLAY("%2i-%-34.34s :%10i ->%9i (%5.1f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSiz… in fullSpeedBench()
|