MAX_MATCH         113 tools/packfi2/deflate.c #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
MAX_MATCH        1049 tools/packfi2/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
MAX_MATCH        1053 tools/packfi2/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH;
MAX_MATCH        1061 tools/packfi2/deflate.c     Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
MAX_MATCH        1086 tools/packfi2/deflate.c #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
MAX_MATCH        1116 tools/packfi2/deflate.c         len = (MAX_MATCH - 1) - (int)(strend-scan);
MAX_MATCH        1117 tools/packfi2/deflate.c         scan = strend - (MAX_MATCH-1);
MAX_MATCH        1147 tools/packfi2/deflate.c         len = MAX_MATCH - (int)(strend - scan);
MAX_MATCH        1148 tools/packfi2/deflate.c         scan = strend - MAX_MATCH;
MAX_MATCH        1182 tools/packfi2/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH;
MAX_MATCH        1187 tools/packfi2/deflate.c     Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
MAX_MATCH        1220 tools/packfi2/deflate.c     len = MAX_MATCH - (int)(strend - scan);
MAX_MATCH        1698 tools/packfi2/deflate.c         if (s->lookahead < MAX_MATCH) {
MAX_MATCH        1700 tools/packfi2/deflate.c             if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) {
MAX_MATCH        1709 tools/packfi2/deflate.c             max = s->lookahead < MAX_MATCH ? s->lookahead : MAX_MATCH;
MAX_MATCH         271 tools/packfi2/deflate.h #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
MAX_MATCH         108 tools/packfi2/trees.c uch _length_code[MAX_MATCH-MIN_MATCH+1];
MAX_MATCH         358 tools/packfi2/trees.c     for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) {
MAX_MATCH         360 tools/packfi2/trees.c                 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
MAX_MATCH        1037 tools/packfi2/trees.c                (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
MAX_MATCH         102 tools/packfi2/trees.h const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {