Lines Matching refs:MAX_MATCH
1109 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1113 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1121 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1146 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1176 len = (MAX_MATCH - 1) - (int)(strend-scan);
1177 scan = strend - (MAX_MATCH-1);
1207 len = MAX_MATCH - (int)(strend - scan);
1208 scan = strend - MAX_MATCH;
1243 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1248 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1281 len = MAX_MATCH - (int)(strend - scan);
1778 if (s->lookahead < MAX_MATCH) {
1780 if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) {
1792 strend = s->window + s->strstart + MAX_MATCH;
1799 s->match_length = MAX_MATCH - (int)(strend - scan);