Searched defs:maxCompressedSize (Results 1 – 4 of 4) sorted by relevance
539 #define LZ4_COMPRESS_INPLACE_BUFFER_SIZE(maxCompressedSize) ((maxCompressedSize) + LZ4_COMPRESS_I… argument
304 size_t maxCompressedSize, in BMK_benchMemAdvancedNoAlloc()588 …const size_t maxCompressedSize = dstCapacity ? dstCapacity : ZSTD_compressBound(srcSize) + (maxNbB… in BMK_benchMemAdvanced() local
170 …size_t const maxCompressedSize = LZ4_compressBound((int)srcSize) + (maxNbBlocks * 1024); /* add … in BMK_benchMem() local
160 …size_t const maxCompressedSize = ZSTD_compressBound(srcSize) + (maxNbBlocks * 1024); /* add some… in BMK_benchMem() local