Searched refs:strategy (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libz/
H A Ddeflate.c216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
223 int strategy;
267 strategy < 0 || strategy > Z_FIXED) {
308 s->strategy = strategy;
416 int ZEXPORT deflateParams(strm, level, strategy)
419 int strategy;
433 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXE
[all...]
H A Dzlib.h194 /* compression strategy; see deflateInit2() below for details */
485 int strategy));
517 The strategy parameter is used to tune the compression algorithm. Use the
526 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
586 compression state which can be quite large, so this strategy is slow and
608 int strategy));
610 Dynamically update the compression level and compression strategy. The
611 interpretation of level and strategy is as in deflateInit2. This can be
614 strategy. If the compression level is changed, the input available so far
1072 ("wb9") or a strategy
[all...]
H A Dgzio.c114 int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */ local
160 strategy = Z_FILTERED;
162 strategy = Z_HUFFMAN_ONLY;
164 strategy = Z_RLE;
187 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);
301 * Update the compression level and strategy
303 int ZEXPORT gzsetparams (file, level, strategy)
306 int strategy;
322 return deflateParams (&(s->stream), level, strategy);
[all...]
H A Ddeflate.h183 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
H A Dtrees.c986 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/ast/src/cmd/nmake/
H A Dscan.c116 static Scan_t* strategy[SCAN_MAX+1]; variable
1166 if (!(strategy[n]->flags & SCAN_override))
1167 error(1, "%s: scan strategy %s overrides %s", u->name, ns, os);
1791 if (!strategy[r->scan])
1796 strategy[r->scan] = scancompile(p->rule, (r->property & P_parameter) ? SCAN_define : 0);
1802 ss = strategy[r->scan];
/ast/src/cmd/INIT/
H A Dratz.c562 /* compression strategy; see deflateInit2() below for details */
756 * You may have to use the same strategy for Borland C (untested).
1393 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
3682 int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */
3727 strategy = Z_FILTERED;
3729 strategy = Z_HUFFMAN_ONLY;
3731 strategy = Z_RLE;
3754 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);

Completed in 368 milliseconds