Home
last modified time | relevance | path

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

/third_party/lz4/tests/
Dfullbench.c72 #define ALL_DECOMPRESSORS 0 macro
104 static int g_decompressionAlgo = ALL_DECOMPRESSORS;
648 … if ((g_decompressionAlgo != ALL_DECOMPRESSORS) && (g_decompressionAlgo != dAlgNb)) continue; in fullSpeedBench()