Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Ddeflate.c1084 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1088 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1218 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1746 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local

Completed in 11 milliseconds