Searched refs:dAlgNb (Results 1 – 1 of 1) sorted by relevance
456 { int loopNb, nb_loops, chunkNb, cAlgNb, dAlgNb; in fullSpeedBench() local596 for (dAlgNb=0; (dAlgNb <= NB_DECOMPRESSION_ALGORITHMS) && g_decompressionTest; dAlgNb++) { in fullSpeedBench()602 … if ((g_decompressionAlgo != ALL_DECOMPRESSORS) && (g_decompressionAlgo != dAlgNb)) continue; in fullSpeedBench()604 switch(dAlgNb) in fullSpeedBench()618 …if (dAlgNb == 10) { decompressionFunction = local_LZ4F_decompress; dName = "LZ4F_decompress"; } /… in fullSpeedBench()619 …if (dAlgNb == 11) { decompressionFunction = local_LZ4F_decompress_followHint; dName = "LZ4F_decomp… in fullSpeedBench()675 …DISPLAY("%2i-%-34.34s :%10i -> %7.1f MB/s\n", dAlgNb, dName, (int)benchedSize, (double)benchedSize… in fullSpeedBench()