Home
last modified time | relevance | path

Searched refs:check_bytes8 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/lib/
Dstring.c787 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8() function
814 return check_bytes8(start, value, bytes); in memchr_inv()
833 r = check_bytes8(start, value, prefix); in memchr_inv()
844 return check_bytes8(start, value, 8); in memchr_inv()
849 return check_bytes8(start, value, bytes % 8); in memchr_inv()