Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/zlib/
H A Ddeflate.c1074 Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1078 Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1134 scan < strend); in longest_match()
1141 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()
1142 scan = strend - (MAX_MATCH-1); in longest_match()
1169 scan < strend); in longest_match()
1173 len = MAX_MATCH - (int)(strend - scan); in longest_match()
1174 scan = strend - MAX_MATCH; in longest_match()
1208 Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match_fast() local
1243 scan < strend); in longest_match_fast()
[all …]