Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/
H A Dstring.c172 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8() function
199 return check_bytes8(start, value, bytes); in memchr_inv()
211 r = check_bytes8(start, value, prefix); in memchr_inv()
222 return check_bytes8(start, value, 8); in memchr_inv()
227 return check_bytes8(start, value, bytes % 8); in memchr_inv()
/OK3568_Linux_fs/u-boot/lib/
H A Dstring.c649 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8() function
675 return check_bytes8(start, value, bytes); in memchr_inv()
687 r = check_bytes8(start, value, prefix); in memchr_inv()
698 return check_bytes8(start, value, 8); in memchr_inv()
703 return check_bytes8(start, value, bytes % 8); in memchr_inv()
/OK3568_Linux_fs/kernel/lib/
H A Dstring.c1067 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8() function
1094 return check_bytes8(start, value, bytes); in memchr_inv()
1113 r = check_bytes8(start, value, prefix); in memchr_inv()
1124 return check_bytes8(start, value, 8); in memchr_inv()
1129 return check_bytes8(start, value, bytes % 8); in memchr_inv()