Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c71 #define ALL_DECOMPRESSORS 0 macro
103 static int g_decompressionAlgo = ALL_DECOMPRESSORS;
549 … if ((g_decompressionAlgo != ALL_DECOMPRESSORS) && (g_decompressionAlgo != dAlgNb)) continue; in fullSpeedBench()