Home
last modified time | relevance | path

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

/third_party/lz4/tests/
Dfullbench.c270 static int local_LZ4_compress_HC_extStateHC(const char* in, char* out, int inSize) in local_LZ4_compress_HC_extStateHC() function
555 …case 12: compressionFunction = local_LZ4_compress_HC_extStateHC; compressorName = "LZ4_compress_HC… in fullSpeedBench()