Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.h161 void* LZ4_createHC (const char* inputBuffer);
Dlz4hc.c712 void* LZ4_createHC (const char* inputBuffer) in LZ4_createHC() function
/external/lz4/programs/
Dfullbench.c541 …: compressionFunction = local_LZ4_compressHC_continue; initFunction = LZ4_createHC; compressorName… in fullSpeedBench()
542 …unction = local_LZ4_compressHC_limitedOutput_continue; initFunction = LZ4_createHC; compressorName… in fullSpeedBench()