Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfullbench.c430 char* compressed_buff; int compressedBuffSize; in fullSpeedBench() local
462 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
465 if(!orig_buff || !compressed_buff) in fullSpeedBench()
469 free(compressed_buff); in fullSpeedBench()
484 free(compressed_buff); in fullSpeedBench()
515 char* out = compressed_buff; in fullSpeedBench()
562 … { size_t i; for (i=0; i<benchedSize; i++) compressed_buff[i]=(char)i; } // warming up memory in fullSpeedBench()
603 char* out = compressed_buff; in fullSpeedBench()
641 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench()
693 free(compressed_buff); in fullSpeedBench()