Lines Matching refs:MAX_MATCH
1258 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1262 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1270 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1295 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1325 len = (MAX_MATCH - 1) - (int)(strend-scan);
1326 scan = strend - (MAX_MATCH-1);
1356 len = MAX_MATCH - (int)(strend - scan);
1357 scan = strend - MAX_MATCH;
1392 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1397 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1430 len = MAX_MATCH - (int)(strend - scan);
2070 if (s->lookahead <= MAX_MATCH) {
2072 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) {
2084 strend = s->window + s->strstart + MAX_MATCH;
2091 s->match_length = MAX_MATCH - (uInt)(strend - scan);