Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h303 void* LZ4_create (const char* inputBuffer);
Dlz4.c1314 void* LZ4_create (const char* inputBuffer) in LZ4_create() function
/external/lz4/programs/
Dfullbench.c535 …case 5 : compressionFunction = local_LZ4_compress_continue; initFunction = LZ4_create; compressorN… in fullSpeedBench()
536 …onFunction = local_LZ4_compress_limitedOutput_continue; initFunction = LZ4_create; compressorName … in fullSpeedBench()
Dfuzzer.c520 LZ4continue = LZ4_create (dict); in FUZ_test()