Home
last modified time | relevance | path

Searched refs:strend (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/lib/zlib_deflate/
Ddeflate.c577 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
581 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
632 scan < strend); in longest_match()
639 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()
640 scan = strend - (MAX_MATCH-1); in longest_match()
666 scan < strend); in longest_match()
670 len = MAX_MATCH - (int)(strend - scan); in longest_match()
671 scan = strend - MAX_MATCH; in longest_match()