Searched refs:maxCompressedChunkSize (Results 1 – 1 of 1) sorted by relevance
451 int maxCompressedChunkSize; in fullSpeedBench() local472 maxCompressedChunkSize = LZ4_compressBound(g_chunkSize); in fullSpeedBench()473 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()536 chunkP[i].compressedBuffer = out; out += maxCompressedChunkSize; in fullSpeedBench()630 chunkP[i].compressedBuffer = out; out += maxCompressedChunkSize; in fullSpeedBench()635 …b].origBuffer, chunkP[chunkNb].compressedBuffer, chunkP[chunkNb].origSize, maxCompressedChunkSize); in fullSpeedBench()