Lines Matching refs:MAX_MATCH
1298 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1302 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1310 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1335 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1365 len = (MAX_MATCH - 1) - (int)(strend-scan);
1366 scan = strend - (MAX_MATCH-1);
1396 len = MAX_MATCH - (int)(strend - scan);
1397 scan = strend - MAX_MATCH;
1432 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1437 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1470 len = MAX_MATCH - (int)(strend - scan);
2118 if (s->lookahead <= MAX_MATCH) {
2120 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) {
2132 strend = s->window + s->strstart + MAX_MATCH;
2139 s->match_length = MAX_MATCH - (uInt)(strend - scan);