Searched refs:max_lazy (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gzip/
H A Ddeflate.c214 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config
239 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
305 max_lazy_match = configuration_table[pack_level].max_lazy;
/haiku-fatelf/src/bin/zip/
H A Ddeflate.c227 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config
246 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
340 max_lazy_match = configuration_table[pack_level].max_lazy;
/haiku-fatelf/src/libs/zlib/
H A Ddeflate.c119 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
441 s->max_lazy_match = configuration_table[level].max_lazy;
451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
454 int max_lazy;
463 s->max_lazy_match = max_lazy;
1031 s->max_lazy_match = configuration_table[s->level].max_lazy;
H A Dzlib.h669 int max_lazy,
678 max_lazy, good_length, nice_length, and max_chain parameters.
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c121 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s
141 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
394 s->max_lazy_match = configuration_table[level].max_lazy;
702 s->max_lazy_match = configuration_table[s->level].max_lazy;
/haiku-fatelf/headers/libs/zlib/
H A Dzlib.h669 int max_lazy,
678 max_lazy, good_length, nice_length, and max_chain parameters.

Completed in 130 milliseconds