Home
last modified time | relevance | path

Searched refs:good_length (Results 1 - 11 of 11) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c118 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 Dzlib.h668 int good_length,
678 max_lazy, good_length, nice_length, and max_chain parameters.
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c140 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 Dzlib.h744 int good_length,
754 max_lazy, good_length, nice_length, and max_chain parameters.
/third_party/skia/third_party/externals/zlib/
H A 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()
665 int good_length;
674 s->good_match = (uInt)good_length;
1249 s->good_match = configuration_table[s->level].good_length;
H A Dzlib.h744 int good_length,
754 max_lazy, good_length, nice_length, and max_chain parameters.
/third_party/node/deps/zlib/
H A Ddeflate.c117 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 Dzlib.h744 int good_length,
754 max_lazy, good_length, nice_length, and max_chain parameters.
/third_party/zlib/
H A Ddeflate.c99 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 Dzlib.h745 int good_length,
755 max_lazy, good_length, nice_length, and max_chain parameters.
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): Integer; in deflateTune()

Completed in 32 milliseconds