Home
last modified time | relevance | path

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

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