Home
last modified time | relevance | path

Searched defs:memcmp (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/powerpc/lib/
H A Dppcstring.S180 memcmp: label
/openbmc/u-boot/lib/efi_loader/
H A Defi_freestanding.c23 int memcmp(const void *s1, const void *s2, size_t n) in memcmp() function
/openbmc/qemu/pc-bios/vof/
H A Dlibc.c41 int memcmp(const void *ptr1, const void *ptr2, size_t n) in memcmp() function
/openbmc/u-boot/lib/
H A Dstring.c584 int memcmp(const void * cs,const void * ct,size_t count) in memcmp() function