Searched refs:strategy (Results 1 – 8 of 8) sorted by relevance
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | deflate.c | 216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 223 int strategy; 267 strategy < 0 || strategy > Z_FIXED) { 308 s->strategy = strategy; 416 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument 419 int strategy; 433 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) { 449 s->strategy = strategy; 591 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? 608 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? [all …]
|
H A D | gzio.c | 100 int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */ local 140 strategy = Z_FILTERED; 142 strategy = Z_HUFFMAN_ONLY; 144 strategy = Z_RLE; 156 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy); 234 int ZEXPORT gzsetparams (file, level, strategy) in gzsetparams() argument 237 int strategy; 253 return deflateParams (&(s->stream), level, strategy);
|
H A D | deflate.h | 183 int strategy; /* favor or force Huffman coding*/ member
|
H A D | ChangeLog | 61 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees 301 - Add Z_RLE strategy for run-length encoding [Truta] 673 and compression strategy. 835 - renamed the 'filter' parameter of deflateInit2 as 'strategy'.
|
H A D | trees.c | 986 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/ |
H A D | zlib.h | 608 int strategy)); 1098 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1314 int strategy, const char *version, 1326 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1328 (strategy), ZLIB_VERSION, sizeof(z_stream))
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/ |
H A D | zlib.h | 608 int strategy)); 1098 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1314 int strategy, const char *version, 1326 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1328 (strategy), ZLIB_VERSION, sizeof(z_stream))
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | lgpl.txt | 25 strategy to use in any particular case, based on the explanations below.
|