Searched defs:memset (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | string.h | 41 #define memset(p, v, n) \ macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | string.h | 29 #define memset(_p, _v, _n) \ macro
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | ppcstring.S | 69 memset: label
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_freestanding.c | 83 void *memset(void *s, int c, size_t n) in memset() function
|
/openbmc/qemu/pc-bios/vof/ |
H A D | libc.c | 57 void *memset(void *dest, int c, size_t size) in memset() function
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | string.c | 16 void *memset(void *dstpp, int c, size_t len) in memset() function
|
/openbmc/u-boot/lib/efi/ |
H A D | efi_stub.c | 104 void *memset(void *inptr, int ch, size_t size) in memset() function
|
/openbmc/u-boot/lib/ |
H A D | string.c | 470 void * memset(void * s,int c,size_t count) in memset() function
|