strend           1049 tools/packfi2/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
strend           1053 tools/packfi2/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH;
strend           1109 tools/packfi2/deflate.c                  scan < strend);
strend           1116 tools/packfi2/deflate.c         len = (MAX_MATCH - 1) - (int)(strend-scan);
strend           1117 tools/packfi2/deflate.c         scan = strend - (MAX_MATCH-1);
strend           1143 tools/packfi2/deflate.c                  scan < strend);
strend           1147 tools/packfi2/deflate.c         len = MAX_MATCH - (int)(strend - scan);
strend           1148 tools/packfi2/deflate.c         scan = strend - MAX_MATCH;
strend           1182 tools/packfi2/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH;
strend           1216 tools/packfi2/deflate.c              scan < strend);
strend           1220 tools/packfi2/deflate.c     len = MAX_MATCH - (int)(strend - scan);