Searched refs:max_lazy (Results 1 - 12 of 12) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 119 ush max_lazy; /* do not perform lazy search above this match length */
member 146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
490 s->max_lazy_match = configuration_table[level].max_lazy;
500 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
in deflateTune() 503 int max_lazy;
512 s->max_lazy_match = max_lazy;
1077 s->max_lazy_match = configuration_table[s->level].max_lazy;
|
H A D | zlib.h | 669 int max_lazy,
678 max_lazy, good_length, nice_length, and max_chain parameters.
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 141 ush max_lazy; /* do not perform lazy search above this match length */ member 168 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4 659 s->max_lazy_match = configuration_table[level].max_lazy; 669 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() 672 int max_lazy; 681 s->max_lazy_match = (uInt)max_lazy; 1256 s->max_lazy_match = configuration_table[s->level].max_lazy;
|
H A D | zlib.h | 745 int max_lazy, 754 max_lazy, good_length, nice_length, and max_chain parameters.
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 141 ush max_lazy; /* do not perform lazy search above this match length */ member 168 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4 653 s->max_lazy_match = configuration_table[level].max_lazy; 663 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() 666 int max_lazy; 675 s->max_lazy_match = (uInt)max_lazy; 1248 s->max_lazy_match = configuration_table[s->level].max_lazy;
|
H A D | zlib.h | 745 int max_lazy, 754 max_lazy, good_length, nice_length, and max_chain parameters.
|
/third_party/node/deps/zlib/ |
H A D | deflate.c | 118 ush max_lazy; /* do not perform lazy search above this match length */ member 145 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4 718 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init() 825 s->max_lazy_match = configuration_table[level].max_lazy; in deflateParams() 835 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, in deflateTune() argument 842 s->max_lazy_match = (uInt)max_lazy; in deflateTune()
|
H A D | zlib.h | 745 int max_lazy, 754 max_lazy, good_length, nice_length, and max_chain parameters.
|
/third_party/zlib/ |
H A D | deflate.c | 100 ush max_lazy; /* do not perform lazy search above this match length */ member 127 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4 685 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init() 792 s->max_lazy_match = configuration_table[level].max_lazy; in deflateParams() 802 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, in deflateTune() argument 809 s->max_lazy_match = (uInt)max_lazy; in deflateTune()
|
H A D | zlib.h | 746 int max_lazy, 755 max_lazy, good_length, nice_length, and max_chain parameters.
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): Integer; in deflateTune()
|
/third_party/node/deps/v8/src/flags/ |
H A D | flag-definitions.h | 1560 DEFINE_BOOL(max_lazy, false, "ignore eager compilation hints") 1561 DEFINE_IMPLICATION(max_lazy, lazy)
|
Completed in 31 milliseconds