Searched refs:maxCompressedChunkSize (Results 1 – 1 of 1) sorted by relevance
405 int maxCompressedChunkSize; in fullSpeedBench() local426 maxCompressedChunkSize = LZ4_compressBound(g_chunkSize); in fullSpeedBench()427 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()490 chunkP[i].compressedBuffer = out; out += maxCompressedChunkSize; in fullSpeedBench()584 chunkP[i].compressedBuffer = out; out += maxCompressedChunkSize; in fullSpeedBench()589 …b].origBuffer, chunkP[chunkNb].compressedBuffer, chunkP[chunkNb].origSize, maxCompressedChunkSize); in fullSpeedBench()