Searched refs:MAX_MATCH (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dzutil.h32 #define MAX_MATCH 258 macro
/linux-master/lib/zlib_deflate/
H A Ddeflate.c98 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
588 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1;
592 register Byte *strend = s->window + s->strstart + MAX_MATCH;
597 /* The code is optimized for HASH_BITS >= 8 and MAX_MATCH-2 multiple of 16.
600 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
620 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
632 * at strstart+257. If MAX_MATCH-2 is not a multiple of 8, it is
650 len = (MAX_MATCH - 1) - (int)(strend-scan);
651 scan = strend - (MAX_MATCH-1);
681 len = MAX_MATCH
[all...]
H A Ddefutil.h95 * wSize-MAX_MATCH bytes, but this ensures that IO is always
263 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
H A Ddeftree.c101 static uch length_code[MAX_MATCH-MIN_MATCH+1];
931 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&

Completed in 813 milliseconds