Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zlib_deflate/
H A 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
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dmixer-test.c420 static bool strend(const char *haystack, const char *needle) in strend() function
/kernel/linux/linux-6.6/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

Completed in 6 milliseconds