Home
last modified time | relevance | path

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

/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_deflate.c635 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
639 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1105 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_deflate.c640 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
644 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1110 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_deflate.c640 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
644 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1110 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
/dflybsd-src/contrib/zlib-1.2/
H A Ddeflate.c1258 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1262 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1392 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
2063 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
/dflybsd-src/usr.bin/sort/
H A Dfile.c699 unsigned char *strend; in file_reader_readline() local
716 unsigned char *strend; in file_reader_readline() local
/dflybsd-src/contrib/tcsh-6/
H A Dsh.misc.c447 strend(const char *cp) in strend() function
/dflybsd-src/contrib/dhcpcd/src/
H A Dif-options.c619 strend(const char *s) in strend() function
/dflybsd-src/sys/net/
H A Dzlib.c1289 Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1293 Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local