Searched refs:maxCompressedChunkSize (Results 1 – 1 of 1) sorted by relevance
366 int maxCompressedChunkSize; in fullSpeedBench() local388 maxCompressedChunkSize = LZ4_compressBound(g_chunkSize); in fullSpeedBench()389 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()445 chunkP[i].compressedBuffer = out; out += maxCompressedChunkSize; in fullSpeedBench()532 chunkP[i].compressedBuffer = out; out += maxCompressedChunkSize; in fullSpeedBench()537 …b].origBuffer, chunkP[chunkNb].compressedBuffer, chunkP[chunkNb].origSize, maxCompressedChunkSize); in fullSpeedBench()