Lines Matching refs:MAX_MATCH
1170 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1174 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1182 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1207 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1237 len = (MAX_MATCH - 1) - (int)(strend-scan);
1238 scan = strend - (MAX_MATCH-1);
1268 len = MAX_MATCH - (int)(strend - scan);
1269 scan = strend - MAX_MATCH;
1304 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1309 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1342 len = MAX_MATCH - (int)(strend - scan);
1874 if (s->lookahead <= MAX_MATCH) {
1876 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) {
1888 strend = s->window + s->strstart + MAX_MATCH;
1895 s->match_length = MAX_MATCH - (int)(strend - scan);