Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dstring.c1043 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8() function
1070 return check_bytes8(start, value, bytes); in memchr_inv()
1089 r = check_bytes8(start, value, prefix); in memchr_inv()
1100 return check_bytes8(start, value, 8); in memchr_inv()
1105 return check_bytes8(start, value, bytes % 8); in memchr_inv()