Searched defs:strategy (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libz/ |
H A D | deflate.h | 183 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
|
H A D | gzio.c | 114 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...] |
/ast/src/cmd/nmake/ |
H A D | scan.c | 116 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 D | ratz.c | 562 /* 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 65 milliseconds