Home
last modified time | relevance | path

Searched refs: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
636 scan < strend); in longest_match()
643 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()
644 scan = strend - (MAX_MATCH-1); in longest_match()
670 scan < strend); in longest_match()
674 len = MAX_MATCH - (int)(strend - scan); in longest_match()
675 scan = strend - MAX_MATCH; in longest_match()
/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
643 scan < strend); in longest_match()
650 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()
651 scan = strend - (MAX_MATCH-1); in longest_match()
677 scan < strend); in longest_match()
681 len = MAX_MATCH - (int)(strend - scan); in longest_match()
682 scan = strend - MAX_MATCH; in longest_match()
/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
438 if (strend(ctl->name, " Switch")) { in test_ctl_name()
449 if (!strend(ctl->name, " Switch")) { in test_ctl_name()

Completed in 6 milliseconds