Home
last modified time | relevance | path

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

/lib/zlib_deflate/
Ddeflate.c720 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
724 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
775 scan < strend); in longest_match()
782 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()
783 scan = strend - (MAX_MATCH-1); in longest_match()
809 scan < strend); in longest_match()
813 len = MAX_MATCH - (int)(strend - scan); in longest_match()
814 scan = strend - MAX_MATCH; in longest_match()