Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c330 char* compressed_buff=NULL; in fullSpeedBench() local
360 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
361 if(!chunkP || !orig_buff || !compressed_buff) { in fullSpeedBench()
365 free(compressed_buff); in fullSpeedBench()
378 free(compressed_buff); in fullSpeedBench()
409 char* out = compressed_buff; in fullSpeedBench()
458 …{ size_t i; for (i=0; i<benchedSize; i++) compressed_buff[i]=(char)i; } /* warming up memory */ in fullSpeedBench()
493 char* out = compressed_buff; in fullSpeedBench()
529 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench()
533 free(compressed_buff); in fullSpeedBench()
[all …]