Searched refs:good_length (Results 1 - 11 of 11) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 118 ush good_length; /* reduce lazy search above this match length */
member 491 s->good_match = configuration_table[level].good_length;
500 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
in deflateTune() 502 int good_length;
511 s->good_match = good_length;
1078 s->good_match = configuration_table[s->level].good_length;
|
H A D | zlib.h | 668 int good_length,
678 max_lazy, good_length, nice_length, and max_chain parameters.
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 140 ush good_length; /* reduce lazy search above this match length */ member 660 s->good_match = configuration_table[level].good_length; 669 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() 671 int good_length; 680 s->good_match = (uInt)good_length; 1257 s->good_match = configuration_table[s->level].good_length;
|
H A D | zlib.h | 744 int good_length, 754 max_lazy, good_length, nice_length, and max_chain parameters.
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 140 ush good_length; /* reduce lazy search above this match length */ member 654 s->good_match = configuration_table[level].good_length; 663 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() 665 int good_length; 674 s->good_match = (uInt)good_length; 1249 s->good_match = configuration_table[s->level].good_length;
|
H A D | zlib.h | 744 int good_length, 754 max_lazy, good_length, nice_length, and max_chain parameters.
|
/third_party/node/deps/zlib/ |
H A D | deflate.c | 117 ush good_length; /* reduce lazy search above this match length */ member 719 s->good_match = configuration_table[s->level].good_length; in lm_init() 826 s->good_match = configuration_table[level].good_length; in deflateParams() 835 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, in deflateTune() argument 841 s->good_match = (uInt)good_length; in deflateTune()
|
H A D | zlib.h | 744 int good_length, 754 max_lazy, good_length, nice_length, and max_chain parameters.
|
/third_party/zlib/ |
H A D | deflate.c | 99 ush good_length; /* reduce lazy search above this match length */ member 686 s->good_match = configuration_table[s->level].good_length; in lm_init() 793 s->good_match = configuration_table[level].good_length; in deflateParams() 802 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, in deflateTune() argument 808 s->good_match = (uInt)good_length; in deflateTune()
|
H A D | zlib.h | 745 int good_length, 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()
|
Completed in 32 milliseconds