Home
last modified time | relevance | path

Searched refs:maxCompressedSize (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A DCompress.cpp27 uLongf maxCompressedSize = compressBound(data.size()); in CompressZLib() local
28 uLongf destLen = maxCompressedSize; in CompressZLib()
35 out.resize(maxCompressedSize + 4); in CompressZLib()
43 out.resize(maxCompressedSize); in CompressZLib()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/contrib/long_distance_matching/
H A Dmain.c30 size_t maxCompressedSize, compressedSize; in compress() local
54 maxCompressedSize = (statbuf.st_size + LDM_HEADER_SIZE); in compress()
58 maxCompressedSize += statbuf.st_size / 255; in compress()
60 ftruncate(fdout, maxCompressedSize); in compress()
70 if ((dst = mmap(0, maxCompressedSize, PROT_READ | PROT_WRITE, in compress()
80 dst + LDM_HEADER_SIZE, maxCompressedSize); in compress()
/dports/devel/emscripten/emscripten-2.0.3/tests/benchmark/
H A Dtest_zlib_benchmark.c20 unsigned long maxCompressedSize = compressBound(size); in doit() local
22 if (!buffer2) buffer2 = (unsigned char*)malloc(maxCompressedSize); in doit()
25 unsigned long compressedSize = maxCompressedSize; in doit()
H A Dtest_lzma_benchmark.c71 unsigned long maxCompressedSize = size * 2 + 10000; // whatever in doit() local
73 if (!buffer2) buffer2 = (char*)malloc(maxCompressedSize); in doit()
76 …int64_t compressedSize = lzbench_lzma_compress(buffer, size, buffer2, maxCompressedSize, 4 /*level… in doit()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression.Brotli/tests/Performance/
H A DBrotliPerfTests.cs43 int maxCompressedSize = BrotliEncoder.GetMaxCompressedLength(bytes.Length); in Compress_Canterbury_WithState()
49 compressedDataArrays.Add(new byte[maxCompressedSize]); in Compress_Canterbury_WithState()
111 int maxCompressedSize = BrotliEncoder.GetMaxCompressedLength(bytes.Length); in Compress_Canterbury_WithoutState()
118 compressedDataArrays.Add(new byte[maxCompressedSize]); in Compress_Canterbury_WithoutState()
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dchunkedstorage.cc64 size_t maxCompressedSize = compressBound( bufferUsed ); in saveCurrentChunk() local
66 if ( bufferCompressed.size() < maxCompressedSize ) in saveCurrentChunk()
67 bufferCompressed.resize( maxCompressedSize ); in saveCurrentChunk()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourTileCache/include/
H A DDetourTileCacheBuilder.h102 virtual int maxCompressedSize(const int bufferSize) = 0;
104 unsigned char* compressed, const int maxCompressedSize, int* compressedSize) = 0;
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourTileCache/Include/
H A DDetourTileCacheBuilder.h100 virtual int maxCompressedSize(const int bufferSize) = 0;
102 unsigned char* compressed, const int maxCompressedSize, int* compressedSize) = 0;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/compress/
H A Didbcompress.h237 EXPORT static uint64_t maxCompressedSize(uint64_t uncompSize);
318 inline uint64_t IDBCompressInterface::maxCompressedSize(uint64_t uncompSize) in maxCompressedSize() function
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/compress/
H A Didbcompress.h237 EXPORT static uint64_t maxCompressedSize(uint64_t uncompSize);
318 inline uint64_t IDBCompressInterface::maxCompressedSize(uint64_t uncompSize) in maxCompressedSize() function
/dports/archivers/lizard/lizard-1.0/programs/
H A Dbench.c158 …size_t const maxCompressedSize = Lizard_compressBound((int)srcSize) + (maxNbBlocks * 1024); /* a… in BMK_benchMem() local
159 void* const compressedBuffer = malloc(maxCompressedSize); in BMK_benchMem()
195 RDG_genBuffer(compressedBuffer, maxCompressedSize, 0.10, 0.50, 1); in BMK_benchMem()
225 …if (!cCompleted) memset(compressedBuffer, 0xE5, maxCompressedSize); /* warm up and erase result b… in BMK_benchMem()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfZip.h53 size_t maxCompressedSize();
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfZip.h53 size_t maxCompressedSize();
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/lz4/
H A Dlz4.cpp65 return LZ4::maxCompressedSize(inputSize); in workerlz4_maxCompressedSize()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/lz4/
H A Dlz4.cpp69 return LZ4::maxCompressedSize(inputSize); in workerlz4_maxCompressedSize()
/dports/www/firefox/firefox-99.0/toolkit/components/lz4/
H A Dlz4.cpp65 return LZ4::maxCompressedSize(inputSize); in workerlz4_maxCompressedSize()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/lz4/
H A Dlz4.cpp65 return LZ4::maxCompressedSize(inputSize); in workerlz4_maxCompressedSize()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/lz4/
H A Dlz4.cpp69 return LZ4::maxCompressedSize(inputSize); in workerlz4_maxCompressedSize()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/lz4/
H A Dlz4.cpp65 return LZ4::maxCompressedSize(inputSize); in workerlz4_maxCompressedSize()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfZip.h59 size_t maxCompressedSize();
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/programs/
H A Dbench.c165 …size_t const maxCompressedSize = LZ4_compressBound((int)srcSize) + (maxNbBlocks * 1024); /* add … in BMK_benchMem() local
166 void* const compressedBuffer = malloc(maxCompressedSize); in BMK_benchMem()
217 RDG_genBuffer(compressedBuffer, maxCompressedSize, 0.10, 0.50, 1); in BMK_benchMem()
247 …if (!cCompleted) memset(compressedBuffer, 0xE5, maxCompressedSize); /* warm up and erase result b… in BMK_benchMem()
/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/main/java/org/xerial/snappy/
H A DSnappyOutputStream.java267 int maxCompressedSize = Snappy.maxCompressedLength(inputSize); in hasSufficientOutputBufferFor() local
268 return maxCompressedSize < outputBuffer.length - outputCursor - 4; in hasSufficientOutputBufferFor()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/mozilla/
H A DCompression.h108 static inline size_t maxCompressedSize(size_t aInputSize) in maxCompressedSize() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/mfbt/
H A DCompression.h108 static inline size_t maxCompressedSize(size_t aInputSize) in maxCompressedSize() function
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/
H A DCompression.h108 static inline size_t maxCompressedSize(size_t aInputSize)

1234567