Searched refs:strend (Results 1 – 3 of 3) sorted by relevance
1170 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1174 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1230 scan < strend);1237 len = (MAX_MATCH - 1) - (int)(strend-scan);1238 scan = strend - (MAX_MATCH-1);1264 scan < strend);1268 len = MAX_MATCH - (int)(strend - scan);1269 scan = strend - MAX_MATCH;1304 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1338 scan < strend);[all …]
1169 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local1173 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1229 scan < strend); in longest_match()1236 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()1237 scan = strend - (MAX_MATCH-1); in longest_match()1263 scan < strend); in longest_match()1267 len = MAX_MATCH - (int)(strend - scan); in longest_match()1268 scan = strend - MAX_MATCH; in longest_match()1303 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1337 scan < strend); in longest_match()[all …]
64 strend equ dword ptr [esp+NbStack-76] define