/external/chromium_org/third_party/zlib/ |
deflate.c | 121 ush nice_length; /* quit search above this match length */ member in struct:config_s 449 s->nice_match = configuration_table[level].nice_length; 457 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) 461 int nice_length; 470 s->nice_match = nice_length; [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
deflate.c | 126 ush nice_length; /* quit search above this match length */ member in struct:config_s 446 s->nice_match = configuration_table[level].nice_length; 454 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) 458 int nice_length; 467 s->nice_match = nice_length; [all...] |
/external/zlib/src/ |
deflate.c | 120 ush nice_length; /* quit search above this match length */ member in struct:config_s 523 s->nice_match = configuration_table[level].nice_length; 531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) 535 int nice_length; 544 s->nice_match = nice_length; [all...] |