Home
last modified time | relevance | path

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

/external/u-boot/lib/zlib/
Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */ member
442 s->good_match = configuration_table[level].good_length;
451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
453 int good_length;
462 s->good_match = good_length;
1030 s->good_match = configuration_table[s->level].good_length;
/external/python/cpython2/Modules/zlib/
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,
/external/zlib/src/
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.h745 int good_length,
/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() argument
/external/u-boot/include/u-boot/
Dzlib.h539 int good_length,
/external/zlib/
Dzlib.h745 int good_length,