HomeSort by relevance Sort by last modified time
    Searched refs:max_lazy_match (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
deflate.h 171 uInt max_lazy_match; member in struct:internal_state
176 # define max_insert_length max_lazy_match
deflate.c 118 /* Values for max_lazy_match, good_match and max_chain_length, depending on
444 s->max_lazy_match = configuration_table[level].max_lazy;
466 s->max_lazy_match = max_lazy;
    [all...]
  /external/zlib/src/
deflate.h 174 uInt max_lazy_match; member in struct:internal_state
179 # define max_insert_length max_lazy_match
deflate.c 112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
519 s->max_lazy_match = configuration_table[level].max_lazy;
541 s->max_lazy_match = max_lazy;
    [all...]

Completed in 35 milliseconds