Home
last modified time | relevance | path

Searched refs:BZERO (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/lib/libc/
Dmemset.c43 #ifdef BZERO
64 #ifndef BZERO in bzero()
91 #ifndef BZERO in bzero()
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dloadfile_machdep.h64 #define BZERO(d, c) pbzero(LOADADDR(d), (c)) macro
86 #define BZERO(d, c) memset((void *)LOADADDR(d), 0, (c)) macro