Home
last modified time | relevance | path

Searched refs:MIN_MATCH (Results 1 – 5 of 5) sorted by relevance

/lib/zlib/
A Ddeflate.c267 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
360 if (length < MIN_MATCH) return Z_OK;
1283 if (len < MIN_MATCH) return MIN_MATCH - 1;
1408 if (s->lookahead >= MIN_MATCH) {
1411 #if MIN_MATCH != 3
1569 if (s->lookahead >= MIN_MATCH) {
1584 if (s->match_length >= MIN_MATCH) {
1614 #if MIN_MATCH != 3
1666 if (s->lookahead >= MIN_MATCH) {
1673 s->match_length = MIN_MATCH-1;
[all …]
A Dtrees.h102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
A Dzutil.h81 #define MIN_MATCH 3 macro
A Dtrees.c110 uch _length_code[MAX_MATCH-MIN_MATCH+1];
362 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) { in gen_trees_header()
364 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
1041 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
A Ddeflate.h271 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)

Completed in 19 milliseconds