Searched defs:maxCompressedSize (Results 1 – 5 of 5) sorted by relevance
678 #define LZ4_COMPRESS_INPLACE_BUFFER_SIZE(maxCompressedSize) ((maxCompressedSize) + LZ4_COMPRESS_I… argument
420 size_t maxCompressedSize, in BMK_benchMemAdvancedNoAlloc()826 const size_t maxCompressedSize = dstCapacity in BMK_benchMemAdvanced() local
160 …size_t const maxCompressedSize = ZSTD_compressBound(srcSize) + (maxNbBlocks * 1024); /* add some… in BMK_benchMem() local
368 …size_t const maxCompressedSize = (size_t)LZ4_compressBound((int)srcSize) + (maxNbBlocks * 1024); … in BMK_benchMem() local
3748 size_t maxCompressedSize = 46; /* block 1, 2: compressed, block 3: RLE, zstd 1.4.4 */ in basicUnitTests() local