Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfullbench.c405 # define NB_COMPRESSION_ALGORITHMS 16 in fullSpeedBench() macro
406 double totalCTime[NB_COMPRESSION_ALGORITHMS+1] = {0}; in fullSpeedBench()
407 double totalCSize[NB_COMPRESSION_ALGORITHMS+1] = {0}; in fullSpeedBench()
503 for (cAlgNb=1; (cAlgNb <= NB_COMPRESSION_ALGORITHMS) && (compressionTest); cAlgNb++) in fullSpeedBench()
717 DISPLAY( " -c# : test only compression function # [1-%i]\n", NB_COMPRESSION_ALGORITHMS); in usage_advanced()