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

/linux-master/lib/zlib_deflate/
H A Ddeflate.c588 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; local
592 register Byte *strend = s->window + s->strstart + MAX_MATCH; local
/linux-master/tools/testing/selftests/alsa/
H A Dmixer-test.c420 static bool strend(const char *haystack, const char *needle) function

Completed in 120 milliseconds