Home
last modified time | relevance | path

Searched refs:levels (Results 226 – 250 of 74607) sorted by path

12345678910>>...2985

/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/programs/
H A Dzstd.1.md106 switch to ultra-fast compression levels.
113 unlocks high compression levels 20+ (maximum 22), using a lot more memory.
114 Note that decompression will also require more memory when using these levels.
140 Adaptation can be constrained between supplied `min` and `max` levels.
150 compression ratio, and the faster compression levels will see a small
327 benchmark file(s) using multiple compression levels, from `-b#` to `-e#` (inclusive)
342 `zstd` provides 22 predefined compression levels.
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/tests/
H A DREADME.md31 If compression or decompression speed for one of zstd levels is lower than `lowerLimit` (an optiona…
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/tests/regression/
H A DMakefile34 config.o: config.c config.h levels.h
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/zlibWrapper/
H A DREADME.md81 …lect compression levels starting from `-b` and ending with `-e`. The `-i` parameter selects minima…
/dports/archivers/p5-Gzip-Faster/Gzip-Faster-0.21/lib/Gzip/
H A DFaster.pod326 compression). Values outside the levels cause a warning and the level
/dports/archivers/paq/paq-20140131_6/
H A Dzpaq.pod413 size of 2^I<N1> MiB. The default is 6 (64 MiB) for levels
/dports/archivers/php73-zlib/php-7.3.33/ext/zlib/tests/
H A Dgzencode_basic1.phpt30 // Calling gzencode() with various compression levels
/dports/archivers/php74-zlib/php-7.4.27/ext/zlib/tests/
H A Dgzencode_basic1.phpt30 // Calling gzencode() with various compression levels
/dports/archivers/php80-zlib/php-8.0.15/ext/zlib/tests/
H A Dgzencode_basic1.phpt24 // Calling gzencode() with various compression levels
/dports/archivers/php81-zlib/php-8.1.1/ext/zlib/tests/
H A Dgzencode_basic1.phpt20 // Calling gzencode() with various compression levels
/dports/archivers/plzip/plzip-1.9/doc/
H A Dplzip.texi404 If several compression levels or @samp{-s} or @samp{-m} options are
652 For compression at other levels; 11 times the dictionary size plus 3.375
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Wim/
H A DWimIn.cpp46 Byte levels[kMainTableSize]; in CodeSpec() local
50 levels[i] = b & 0xF; in CodeSpec()
51 levels[i + 1] = b >> 4; in CodeSpec()
53 if (!m_MainDecoder.SetCodeLengths(levels)) in CodeSpec()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DDeflateDecoder.cpp83 CLevels levels; in ReadTables() local
86 levels.SetFixedLevels(); in ReadTables()
115 levels.SubClear(); in ReadTables()
116 memcpy(levels.litLenLevels, tmpLevels, numLitLenLevels); in ReadTables()
117 memcpy(levels.distLevels, tmpLevels + numLitLenLevels, _numDistLevels); in ReadTables()
119 RIF(m_MainDecoder.SetCodeLengths(levels.litLenLevels)); in ReadTables()
120 return m_DistDecoder.SetCodeLengths(levels.distLevels); in ReadTables()
H A DDeflateEncoder.cpp440 NO_INLINE void CCoder::LevelTableDummy(const Byte *levels, int numLevels, UInt32 *freqs) in LevelTableDummy() argument
443 int nextLen = levels[0]; in LevelTableDummy()
455 nextLen = (n < numLevels - 1) ? levels[n + 1] : 0xFF; in LevelTableDummy()
505 NO_INLINE void CCoder::LevelTableCode(const Byte *levels, int numLevels, const Byte *lens, const UI… in LevelTableCode() argument
508 int nextLen = levels[0]; in LevelTableCode()
520 nextLen = (n < numLevels - 1) ? levels[n + 1] : 0xFF; in LevelTableCode()
644 NO_INLINE void CCoder::SetPrices(const CLevels &levels) in SetPrices() argument
651 Byte price = levels.litLenLevels[i]; in SetPrices()
658 Byte price = levels.litLenLevels[kSymbolMatch + slot]; in SetPrices()
664 Byte price = levels.distLevels[i]; in SetPrices()
H A DDeflateEncoder.h127 void LevelTableDummy(const Byte *levels, int numLevels, UInt32 *freqs);
130 void LevelTableCode(const Byte *levels, int numLevels, const Byte *lens, const UInt32 *codes);
139 void SetPrices(const CLevels &levels);
H A DImplodeDecoder.cpp77 Byte *levels, int numLevelItems) in ReadLevelItems() argument
91 levels[currentIndex++] = (Byte)level; in ReadLevelItems()
95 return decoder.SetCodeLengths(levels); in ReadLevelItems()
H A DImplodeDecoder.h35 bool ReadLevelItems(NImplode::NHuffman::CDecoder &table, Byte *levels, int numLevelItems);
/dports/archivers/py-borgbackup/borgbackup-1.1.17/
H A DCHANGES.rst2006 - borg upgrade: fix incorrect title levels
2742 - make clear that lzma levels > 6 are a waste of cpu cycles
2841 - add options --warning, --error, --critical for missing log levels, #826.
3118 - important: clarify -v and log levels in usage -> general, please read!
3467 archives made with older borg versions (for all zlib levels 0..9).
/dports/archivers/py-borgbackup/borgbackup-1.1.17/docs/
H A Dchanges.rst2006 - borg upgrade: fix incorrect title levels
2742 - make clear that lzma levels > 6 are a waste of cpu cycles
2841 - add options --warning, --error, --critical for missing log levels, #826.
3118 - important: clarify -v and log levels in usage -> general, please read!
3467 archives made with older borg versions (for all zlib levels 0..9).
H A Dfaq.rst1202 * compression: no, lz4, zstd, zlib or lzma compression, adjustable compression levels
/dports/archivers/py-borgbackup/borgbackup-1.1.17/docs/internals/
H A Ddata-structures.rst922 Be careful, higher compression levels might use a lot of resources (CPU/memory).
H A Dfrontends.rst117 …Upper-case log level name (also called severity). Defined levels are: DEBUG, INFO, WARNING, ERROR,…
/dports/archivers/py-borgbackup/borgbackup-1.1.17/docs/usage/general/
H A Dfile-systems.rst.inc21 - At least three directory levels with short names
H A Dlogging.rst.inc6 on stderr. Please check the log levels of the messages and the return code of
23 Log levels: DEBUG < INFO < WARNING < ERROR < CRITICAL
40 While you can set misc. log levels, do not expect that every command will
41 give different output on different log levels - it's just a possibility.
H A Dresources.rst.inc23 Especially higher zlib and lzma compression levels use significant amounts
44 Compression, esp. lzma compression with high levels might need substantial

12345678910>>...2985