Searched refs:strend (Results 1 – 1 of 1) sorted by relevance
720 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local724 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local775 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()