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

  /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/
deflate.c 120 ush nice_length; /* quit search above this match length */ member in struct:config_s
521 s->nice_match = configuration_table[level].nice_length;
529 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
533 int nice_length;
542 s->nice_match = nice_length;
    [all...]

Completed in 161 milliseconds