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

/haiku-fatelf/src/bin/gzip/
H A Ddeflate.c213 ush good_length; /* reduce lazy search above this match length */ member in struct:config
306 good_match = configuration_table[pack_level].good_length;
/haiku-fatelf/src/bin/zip/
H A Ddeflate.c226 ush good_length; /* reduce lazy search above this match length */ member in struct:config
341 good_match = configuration_table[pack_level].good_length;
/haiku-fatelf/src/libs/zlib/
H A Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
442 s->good_match = configuration_table[level].good_length;
451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
453 int good_length;
462 s->good_match = good_length;
1032 s->good_match = configuration_table[s->level].good_length;
H A Dzlib.h668 int good_length,
678 max_lazy, good_length, nice_length, and max_chain parameters.
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c120 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
395 s->good_match = configuration_table[level].good_length;
703 s->good_match = configuration_table[s->level].good_length;
/haiku-fatelf/headers/libs/zlib/
H A Dzlib.h668 int good_length,
678 max_lazy, good_length, nice_length, and max_chain parameters.

Completed in 69 milliseconds