/vbox/src/VBox/Runtime/common/string/ |
H A D | memset_alias.c | 3 * IPRT - No-CRT memset() alias for gcc. 32 #undef memset macro 36 # pragma weak memset macro 40 extern void *(memset)(void *pvDst, int ch, size_t cb) function 42 return RT_NOCRT(memset)(pvDst, ch, cb); 47 __asm__(".weak memset\t\n" 48 " .set memset," RT_NOCRT_STR(memset) "\t\n"); 51 extern __typeof(RT_NOCRT(memset)) memset __attribute_ [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/IntrinsicLib/ |
H A D | MemoryIntrinsics.c | 24 void * memset (void *dest, char ch, unsigned int count) function 29 // the intrinsic memset()
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
H A D | Misc.c | 29 /** The memset function copies the value of c (converted to an unsigned char) 32 @return The memset function returns the value of s. 35 memset(void *s, int c, size_t n) function
|
/vbox/include/iprt/nocrt/ |
H A D | string.h | 38 void * RT_NOCRT(memset)(void *pvDst, int ch, size_t cb); 61 # define memset RT_NOCRT(memset) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/ |
H A D | string.h | 5 * All except memcpy, memmove, memset and memcmp removed. 185 static inline void * memset(void *s, int c,size_t count) function
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | string.c | 203 * memset - Fill a region of memory with the given value 208 * Do not use memset() to access IO space, use memset_io() instead. 210 void * memset(void * s,int c,size_t count) function
|
/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | VBoxGuestR3LibVideo.cpp | 50 # undef memset macro 51 # define memset xf86memset macro
|
H A D | VBoxGuestR3LibGuestProp.cpp | 55 # undef memset macro 56 # define memset xf86memset macro
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 161 void *memset (void *, int, size_t); 228 #define memset(dest,ch,count) SetMem(dest,(UINTN)(count),(UINT8)(ch)) macro
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 309 #undef memset macro 310 #define memset(vp,int,I) xf86memset(vp,int,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 347 #undef memset macro 348 #define memset(vp,int,I) xf86memset(vp,int,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 347 #undef memset macro 348 #define memset(vp,int,I) xf86memset(vp,int,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 353 #undef memset macro 354 #define memset(vp,int,I) xf86memset(vp,int,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 353 #undef memset macro 354 #define memset(vp,int,I) xf86memset(vp,int,I) macro
|