Searched refs:good_length (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/lib/zlib/ |
D | deflate.c | 118 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/ |
D | deflate.c | 121 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;
|
D | zlib.h | 744 int good_length,
|
/external/zlib/src/ |
D | deflate.c | 121 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;
|
D | zlib.h | 745 int good_length,
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 121 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/ |
D | zlib.h | 539 int good_length,
|
/external/zlib/ |
D | zlib.h | 745 int good_length,
|