Home
last modified time | relevance | path

Searched refs:good_length (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/beast/zlib/
Ddeflate_stream.hpp165 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/
Ddeflate_stream.hpp554 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…
Ddeflate_stream.ipp308 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/
Ddeflate.c118 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;
Dzlib.h668 int good_length,
/third_party/uboot/u-boot-2020.01/lib/zlib/
Ddeflate.c119 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/
Ddeflate.c121 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;
Dzlib.h744 int good_length,
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Ddeflate.c121 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;
Dzlib.h744 int good_length,
/third_party/node/deps/zlib/
Ddeflate.c135 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;
Dzlib.h744 int good_length,
/third_party/skia/third_party/externals/zlib/
Ddeflate.c140 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;
Dzlib.h744 int good_length,
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Ddeflate.c121 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;
Dzlib.h744 int good_length,
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.c147 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;
Dzlib.h744 int good_length,
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/pascal/
Dzlibpas.pas121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune() argument
/third_party/zlib/contrib/pascal/
Dzlibpas.pas121 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/
Dzlibpas.pas121 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/
Dzlib.h539 int good_length,
/third_party/boost/libs/beast/doc/qbk/
Dreference.qbk12629 int good_length,
12636 …Read the deflate.c source code (ZLib) for the meaning of the max_lazy, good_length, nice_length, a…