Lines Matching refs:MAX_MATCH
1083 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1087 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1095 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1120 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1150 len = (MAX_MATCH - 1) - (int)(strend-scan);
1151 scan = strend - (MAX_MATCH-1);
1181 len = MAX_MATCH - (int)(strend - scan);
1182 scan = strend - MAX_MATCH;
1217 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1222 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1255 len = MAX_MATCH - (int)(strend - scan);
1752 if (s->lookahead < MAX_MATCH) {
1754 if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) {
1766 strend = s->window + s->strstart + MAX_MATCH;
1773 s->match_length = MAX_MATCH - (int)(strend - scan);