Home
last modified time | relevance | path

Searched defs:bcmp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dstring.c43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
/openbmc/linux/lib/
H A Dstring.c711 int bcmp(const void *a, const void *b, size_t len) in bcmp() function