Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfullbench.c495 int loopNb, nb_loops, chunkNb, cAlgNb, dAlgNb; in fullSpeedBench() local
503 for (cAlgNb=1; (cAlgNb <= NB_COMPRESSION_ALGORITHMS) && (compressionTest); cAlgNb++) in fullSpeedBench()
527 if ((compressionAlgo != ALL_COMPRESSORS) && (compressionAlgo != cAlgNb)) continue; in fullSpeedBench()
529 switch(cAlgNb) in fullSpeedBench()
589 …DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize… in fullSpeedBench()
591 …DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.1f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize… in fullSpeedBench()
593 totalCTime[cAlgNb] += bestTime; in fullSpeedBench()
594 totalCSize[cAlgNb] += cSize; in fullSpeedBench()