Searched refs:bcmp (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/boot/
H A Dstring.h14 int bcmp(const void *s1, const void *s2, size_t len);
H A Dstring.c41 * Clang may lower `memcmp == 0` to `bcmp == 0`.
43 int bcmp(const void *s1, const void *s2, size_t len) function
/linux-master/arch/x86/kernel/
H A Dcallthunks.c192 if (!bcmp(pad, insn_buff, tsize))
196 if (bcmp(pad, nops, tsize)) {
314 return !bcmp(pad, insn_buff, tmpl_size);
/linux-master/lib/
H A Dstring.c685 * bcmp - returns 0 if and only if the buffers have identical contents.
691 * meaning, and architectures may implement their own more efficient bcmp(). So
695 int bcmp(const void *a, const void *b, size_t len) function
699 EXPORT_SYMBOL(bcmp); variable
/linux-master/include/linux/
H A Dstring.h265 extern int bcmp(const void *,const void *,__kernel_size_t);
/linux-master/scripts/kconfig/
H A Dconfdata.c79 if (bcmp(map1, map2, st1.st_size))

Completed in 138 milliseconds