Home
last modified time | relevance | path

Searched defs: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
1208 Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match_fast() local