Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c358 char* orig_buff = NULL; in fullSpeedBench() local
386 orig_buff = (char*) malloc(benchedSize); in fullSpeedBench()
391 if(!chunkP || !orig_buff || !compressed_buff) { in fullSpeedBench()
394 free(orig_buff); in fullSpeedBench()
402 readSize = fread(orig_buff, 1, benchedSize, inFile); in fullSpeedBench()
407 free(orig_buff); in fullSpeedBench()
414 crcOriginal = XXH32(orig_buff, benchedSize,0); in fullSpeedBench()
438 char* in = orig_buff; in fullSpeedBench()
524 char* in = orig_buff; in fullSpeedBench()
564 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench()
[all …]