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

/external/chromium_org/third_party/zlib/
H A Ddeflate.c119 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
448 s->good_match = configuration_table[level].good_length;
457 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
459 int good_length;
468 s->good_match = good_length;
1056 s->good_match = configuration_table[s->level].good_length;
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
522 s->good_match = configuration_table[level].good_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
533 int good_length;
542 s->good_match = good_length;
1116 s->good_match = configuration_table[s->level].good_length;
/external/zlib/src/
H A Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
522 s->good_match = configuration_table[level].good_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
533 int good_length;
542 s->good_match = good_length;
1116 s->good_match = configuration_table[s->level].good_length;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c118 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
521 s->good_match = configuration_table[level].good_length;
532 int good_length,
541 s->good_match = good_length;
1115 s->good_match = configuration_table[s->level].good_length;
530 deflateTune( z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain) argument

Completed in 160 milliseconds