Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/zlib/
HDdeflate.c1292 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1296 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1426 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
2097 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDdeflate.c1055 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1059 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1188 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
/freebsd-11-stable/contrib/groff/src/libs/libbib/
HDlinear.cpp111 const char *strend; in search() local
/freebsd-11-stable/usr.bin/sort/
HDfile.c701 unsigned char *strend; in file_reader_readline() local
718 unsigned char *strend; in file_reader_readline() local
/freebsd-11-stable/contrib/tcsh/
HDsh.misc.c447 strend(const char *cp) in strend() function
/freebsd-11-stable/sys/libkern/
HDzlib.c1302 Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1306 Bytef *strend = s->window + s->strstart + MAX_MATCH; local