Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Ddeflate.c1083 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1087 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1217 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1745 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c588 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
592 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
/openbmc/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c420 static bool strend(const char *haystack, const char *needle) in strend() function