Home
last modified time | relevance | path

Searched defs:good_length (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/lib/zlib/
Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */ member
451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
/external/zlib/src/
Ddeflate.c121 ush good_length; /* reduce lazy search above this match length */ member
617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
/external/python/cpython2/Modules/zlib/
Ddeflate.c121 ush good_length; /* reduce lazy search above this match length */ member
617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
/external/zlib/src/contrib/pascal/
Dzlibpas.pas121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune()