Home
last modified time | relevance | path

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

/aosp_15_r20/external/lz4/tests/
H A Dfullbench.c508 static const CompressionDesc compDescArray[] = { variable
560 #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()