Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c388 { int loopNb, nb_loops, chunkNb, cAlgNb, dAlgNb; in fullSpeedBench() local
510 for (dAlgNb=0; (dAlgNb <= NB_DECOMPRESSION_ALGORITHMS) && (g_decompressionTest); dAlgNb++) { in fullSpeedBench()
515 … if ((g_decompressionAlgo != ALL_DECOMPRESSORS) && (g_decompressionAlgo != dAlgNb)) continue; in fullSpeedBench()
517 switch(dAlgNb) in fullSpeedBench()
578 …DISPLAY("%2i-%-29.29s :%10i -> %7.1f MB/s\n", dAlgNb, dName, (int)benchedSize, (double)benchedSize… in fullSpeedBench()