Searched refs:strend (Results 1 – 10 of 10) sorted by relevance
111 const char *strend; in search() local113 strend = end - len*4; in search()115 strend = buf; in search()120 while (k < strend) { in search()
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 …]
1055 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1059 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1115 scan < strend);1122 len = (MAX_MATCH - 1) - (int)(strend-scan);1123 scan = strend - (MAX_MATCH-1);1149 scan < strend);1153 len = MAX_MATCH - (int)(strend - scan);1154 scan = strend - MAX_MATCH;1188 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1222 scan < strend);[all …]
103 static char *strend __P((char *));311 static char *strend FUNCTION((cp), register char *cp)419 gpathp = strend(gpath);
218 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode)) in Lstat()234 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode)) in Stat()
286 extern char *strend (const char *);
437 strend(const char *cp) in strend() function
1109 #define Strend(a) strend(a)
1295 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1299 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1350 scan < strend);1357 len = (MAX_MATCH - 1) - (int)(strend-scan);1358 scan = strend - (MAX_MATCH-1);1384 scan < strend);1388 len = MAX_MATCH - (int)(strend - scan);1389 scan = strend - MAX_MATCH;
10219 * config/tc-m68k.c (m68k_ip_op): Don't decrement strend when