Searched refs:LZ4_create (Results 1 – 4 of 4) sorted by relevance
303 void* LZ4_create (const char* inputBuffer);
1314 void* LZ4_create (const char* inputBuffer) in LZ4_create() function
535 …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()
520 LZ4continue = LZ4_create (dict); in FUZ_test()