Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c120 ush nice_length; /* quit search above this match length */ member
492 s->nice_match = configuration_table[level].nice_length;
500 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune()
504 int nice_length;
513 s->nice_match = nice_length;
1079 s->nice_match = configuration_table[s->level].nice_length;
H A Dzlib.h670 int nice_length,
678 max_lazy, good_length, nice_length, and max_chain parameters.
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c142 ush nice_length; /* quit search above this match length */ member
661 s->nice_match = configuration_table[level].nice_length;
669 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune()
673 int nice_length;
682 s->nice_match = nice_length;
1258 s->nice_match = configuration_table[s->level].nice_length;
H A Dzlib.h746 int nice_length,
754 max_lazy, good_length, nice_length, and max_chain parameters.
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c142 ush nice_length; /* quit search above this match length */ member
655 s->nice_match = configuration_table[level].nice_length;
663 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune()
667 int nice_length;
676 s->nice_match = nice_length;
1250 s->nice_match = configuration_table[s->level].nice_length;
H A Dzlib.h746 int nice_length,
754 max_lazy, good_length, nice_length, and max_chain parameters.
/third_party/node/deps/zlib/
H A Ddeflate.c119 ush nice_length; /* quit search above this match length */ member
720 s->nice_match = configuration_table[s->level].nice_length; in lm_init()
827 s->nice_match = configuration_table[level].nice_length; in deflateParams()
836 int nice_length, int max_chain) { in deflateTune()
843 s->nice_match = nice_length; in deflateTune()
835 deflateTune(z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain) deflateTune() argument
H A Dzlib.h746 int nice_length,
754 max_lazy, good_length, nice_length, and max_chain parameters.
/third_party/zlib/
H A Ddeflate.c101 ush nice_length; /* quit search above this match length */ member
687 s->nice_match = configuration_table[s->level].nice_length; in lm_init()
794 s->nice_match = configuration_table[level].nice_length; in deflateParams()
803 int nice_length, int max_chain) { in deflateTune()
810 s->nice_match = nice_length; in deflateTune()
802 deflateTune(z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain) deflateTune() argument
H A Dzlib.h747 int nice_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 31 milliseconds