Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/zlib/
Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */ member
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
/toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
Dzlibpas.pas121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune()