Searched refs:orig_buff (Results 1 – 1 of 1) sorted by relevance
397 char* orig_buff = NULL; in fullSpeedBench() local424 orig_buff = (char*) malloc(benchedSize); in fullSpeedBench()429 if(!chunkP || !orig_buff || !compressed_buff) { in fullSpeedBench()432 free(orig_buff); in fullSpeedBench()440 readSize = fread(orig_buff, 1, benchedSize, inFile); in fullSpeedBench()445 free(orig_buff); in fullSpeedBench()452 crcOriginal = XXH32(orig_buff, benchedSize,0); in fullSpeedBench()476 char* in = orig_buff; in fullSpeedBench()570 char* in = orig_buff; in fullSpeedBench()621 …csize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buff, benchedSize, NU… in fullSpeedBench()[all …]