Home
last modified time | relevance | path

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

/external/lz4/programs/
Dbench.c272 int maxCompressedChunkSize; in BMK_benchFile() local
300 maxCompressedChunkSize = LZ4_compressBound(chunkSize); in BMK_benchFile()
301 compressedBuffSize = nbChunks * maxCompressedChunkSize; in BMK_benchFile()
326 chunkP[i].compressedBuffer = out; out += maxCompressedChunkSize; in BMK_benchFile()
Dfullbench.c427 int maxCompressedChunkSize; in fullSpeedBench() local
460 maxCompressedChunkSize = LZ4_compressBound(chunkSize); in fullSpeedBench()
461 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()
522 chunkP[i].compressedBuffer = out; out += maxCompressedChunkSize; in fullSpeedBench()
610 chunkP[i].compressedBuffer = out; out += maxCompressedChunkSize; in fullSpeedBench()