HomeSort by relevance Sort by last modified time
    Searched defs:good_length (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.c 119 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;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 124 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
445 s->good_match = configuration_table[level].good_length;
454 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
456 int good_length;
465 s->good_match = good_length;
    [all...]
  /external/zlib/src/
deflate.c 118 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;
    [all...]

Completed in 683 milliseconds