Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zlib_deflate/
Ddeflate.c581 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
585 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
/linux-6.1.9/tools/testing/selftests/alsa/
Dmixer-test.c459 static bool strend(const char *haystack, const char *needle) in strend() function