Lines Matching refs:MAX_MATCH
1296 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1300 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1308 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1333 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1363 len = (MAX_MATCH - 1) - (int)(strend-scan);
1364 scan = strend - (MAX_MATCH-1);
1394 len = MAX_MATCH - (int)(strend - scan);
1395 scan = strend - MAX_MATCH;
1430 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1435 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1468 len = MAX_MATCH - (int)(strend - scan);
2116 if (s->lookahead <= MAX_MATCH) {
2118 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) {
2130 strend = s->window + s->strstart + MAX_MATCH;
2137 s->match_length = MAX_MATCH - (uInt)(strend - scan);