Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c71 #define ALL_COMPRESSORS 0 macro
102 static int g_compressionAlgo = ALL_COMPRESSORS;
471 if ((g_compressionAlgo != ALL_COMPRESSORS) && (g_compressionAlgo != cAlgNb)) continue; in fullSpeedBench()