/third_party/musl/src/string/i386/ |
D | memset.s | 1 .global memset symbol 3 memset: label
|
/third_party/musl/src/string/x86_64/ |
D | memset.s | 1 .global memset symbol 3 memset: label
|
/third_party/musl/porting/liteos_a/user/src/string/arm/ |
D | memset.S | 34 .globl memset @ -- Begin function memset symbol 37 memset: label
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/ |
D | ppcstring.S | 68 .globl memset symbol 69 memset: label
|
/third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/ |
D | string.h | 29 #define memset(_p, _v, _n) \ macro
|
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/ |
D | string.h | 41 #define memset(p, v, n) \ macro
|
/third_party/musl/src/string/ |
D | memset.c | 4 void *memset(void *dest, int c, size_t n) in memset() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 117 #define memset(s, c, n) __memset(s, c, n) macro 128 #define memset(s, c, n) __memset(s, c, n) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 113 #define memset(s, c, n) __memset(s, c, n) macro 124 #define memset(s, c, n) __memset(s, c, n) macro
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_freestanding.c | 83 void *memset(void *s, int c, size_t n) in memset() function
|
/third_party/uboot/u-boot-2020.01/arch/x86/lib/ |
D | string.c | 16 void *memset(void *dstpp, int c, size_t len) in memset() function
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | string.h | 206 void * memset(void * __dst, int __val, size_t __n) in memset() function
|
/third_party/e2fsprogs/e2fsck/ |
D | mtrace.h | 85 #define memset(s, zero, n) bzero ((s), (n)) macro
|
/third_party/uboot/u-boot-2020.01/lib/efi/ |
D | efi_stub.c | 104 void *memset(void *inptr, int ch, size_t size) in memset() function
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_test_bad_identifiers.proto | 96 optional int32 memset = 19; field
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os.h | 646 #define memset OS_DO_NOT_USE_memset macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os.h | 646 #define memset OS_DO_NOT_USE_memset macro
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | string.c | 493 void * memset(void * s,int c,size_t count) in memset() function
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/hw_compressed/ |
D | cache_v8_hi3535av100.c | 48 void * memset(void * s,int c,size_t count) in memset() function
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/hw_compressed/ |
D | cache_v8_hi3531dv200.c | 48 void * memset(void * s,int c,size_t count) in memset() function
|
/third_party/python/Lib/ctypes/ |
D | __init__.py | 499 memset = CFUNCTYPE(c_void_p, c_void_p, c_int, c_size_t)(_memset_addr) variable
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_malloc.c | 639 #define memset SDL_memset macro
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_internal.h | 190 #define memset(s,c,n) _memset(s,c,n) macro
|
/third_party/glib/glib/pcre/ |
D | pcre_internal.h | 348 #define memset(s,c,n) _memset(s,c,n) macro
|