/third_party/boost/boost/beast/zlib/ |
D | deflate_stream.hpp | 165 int good_length, in tune() argument 170 doTune(good_length, max_lazy, nice_length, max_chain); in tune()
|
/third_party/boost/boost/beast/zlib/detail/ |
D | deflate_stream.hpp | 554 std::uint16_t good_length; /* reduce lazy search above this match length */ member 566 : good_length(good_length_) in config() 622 …BOOST_BEAST_DECL void doTune (int good_length, int max_lazy, int nice_length, int max…
|
D | deflate_stream.ipp | 308 int good_length, 313 good_match_ = good_length; 346 good_match_ = get_config(level).good_length; 676 good_match_ = get_config(level_).good_length;
|
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.c | 118 ush good_length; /* reduce lazy search above this match length */ member 454 s->good_match = configuration_table[level].good_length; 463 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument 465 int good_length; 474 s->good_match = good_length; 1044 s->good_match = configuration_table[s->level].good_length;
|
D | zlib.h | 668 int good_length,
|
/third_party/uboot/u-boot-2020.01/lib/zlib/ |
D | deflate.c | 119 ush good_length; /* reduce lazy search above this match length */ member 443 s->good_match = configuration_table[level].good_length; 452 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument 454 int good_length; 463 s->good_match = good_length; 1031 s->good_match = configuration_table[s->level].good_length;
|
/third_party/zlib/ |
D | deflate.c | 121 ush good_length; /* reduce lazy search above this match length */ member 645 s->good_match = configuration_table[level].good_length; 654 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument 656 int good_length; 665 s->good_match = (uInt)good_length; 1238 s->good_match = configuration_table[s->level].good_length;
|
D | zlib.h | 744 int good_length,
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | deflate.c | 121 ush good_length; /* reduce lazy search above this match length */ member 608 s->good_match = configuration_table[level].good_length; 617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument 619 int good_length; 628 s->good_match = (uInt)good_length; 1204 s->good_match = configuration_table[s->level].good_length;
|
D | zlib.h | 744 int good_length,
|
/third_party/node/deps/zlib/ |
D | deflate.c | 135 ush good_length; /* reduce lazy search above this match length */ member 645 s->good_match = configuration_table[level].good_length; 654 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument 656 int good_length; 665 s->good_match = (uInt)good_length; 1240 s->good_match = configuration_table[s->level].good_length;
|
D | zlib.h | 744 int good_length,
|
/third_party/skia/third_party/externals/zlib/ |
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() argument 665 int good_length; 674 s->good_match = (uInt)good_length; 1249 s->good_match = configuration_table[s->level].good_length;
|
D | zlib.h | 744 int good_length,
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | deflate.c | 121 ush good_length; /* reduce lazy search above this match length */ member 608 s->good_match = configuration_table[level].good_length; 617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument 619 int good_length; 628 s->good_match = (uInt)good_length; 1204 s->good_match = configuration_table[s->level].good_length;
|
D | zlib.h | 744 int good_length,
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | deflate.c | 147 ush good_length; /* reduce lazy search above this match length */ member 694 s->good_match = configuration_table[level].good_length; 703 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument 705 int good_length; 714 s->good_match = (uInt)good_length; 1289 s->good_match = configuration_table[s->level].good_length;
|
D | zlib.h | 744 int good_length,
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/pascal/ |
D | zlibpas.pas | 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune() argument
|
/third_party/zlib/contrib/pascal/ |
D | zlibpas.pas | 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune() argument
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/pascal/ |
D | zlibpas.pas | 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune() argument
|
/third_party/uboot/u-boot-2020.01/include/u-boot/ |
D | zlib.h | 539 int good_length,
|
/third_party/boost/libs/beast/doc/qbk/ |
D | reference.qbk | 12629 int good_length, 12636 …Read the deflate.c source code (ZLib) for the meaning of the max_lazy, good_length, nice_length, a…
|