Searched refs:compDescArray (Results 1 – 1 of 1) sorted by relevance
508 static const CompressionDesc compDescArray[] = { variable560 #define NB_COMPRESSION_ALGORITHMS ARRAY_SIZE(compDescArray)689 compressorName = compDescArray[cAlgNb].name; in fullSpeedBench()690 compressionFunction = compDescArray[cAlgNb].compressionF; in fullSpeedBench()691 initFunction = compDescArray[cAlgNb].initFunction; in fullSpeedBench()692 if (compDescArray[cAlgNb].singleChunk) { in fullSpeedBench()854 if (compDescArray[n].name) { in list()855 DISPLAY("%2u: %s \n", (unsigned)n, compDescArray[n].name); in list()