| /third_party/musl/src/string/x86_64/ |
| D | memset.s | 1 .global memset symbol 3 memset: label
|
| /third_party/musl/src/string/i386/ |
| 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/musl/src/string/arm/liteos_a/ |
| D | memset.S | 34 .globl memset @ -- Begin function memset symbol 37 memset: label
|
| /third_party/musl/src/string/aarch64/ |
| D | memset.S | 22 .global memset symbol 24 memset: label
|
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| D | memset.c | 4 void *memset(void *dest, int c, size_t n) in memset() function
|
| /third_party/musl/porting/liteos_m/user/src/string/ |
| D | memset.c | 5 _LIBC_TEXT_SECTION void *memset(void *dest, int c, size_t n) in memset() function
|
| /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_a/kernel/include/ |
| D | string.h | 115 #define memset(s, c, n) __memset(s, c, n) macro 126 #define memset(s, c, n) __memset(s, c, n) macro
|
| /third_party/musl/porting/liteos_m/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/musl/porting/liteos_m/user/include/ |
| D | usr_lib_define.h | 69 #define memset b_memset macro
|
| D | usr_lib_ops.h | 113 void *(*memset)(void *dest, int c, size_t n); member
|
| /third_party/rust/crates/linux-raw-sys/gen/include/ |
| D | support.h | 23 #define memset __builtin_memset macro
|
| /third_party/musl/porting/linux/user/include/fortify/ |
| D | string.h | 167 void *memset(void *const s __DIAGNOSE_PASS_OBJECT_SIZE0, int c, size_t n) in memset() function
|
| /third_party/musl/include/fortify/linux/ |
| D | string.h | 167 void *memset(void *const s __DIAGNOSE_PASS_OBJECT_SIZE0, int c, size_t n) in memset() function
|
| /third_party/ltp/testcases/kernel/kvm/ |
| D | lib_guest.c | 22 void *memset(void *dest, int val, size_t size) in memset() function
|
| /third_party/lz4/tests/ |
| D | freestanding.c | 204 EXTERN_C void *memset(void *s, int c, size_t n) { 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/python/Lib/ctypes/ |
| D | __init__.py | 501 memset = CFUNCTYPE(c_void_p, c_void_p, c_int, c_size_t)(_memset_addr) variable
|
| /third_party/musl/porting/liteos_m/user/hook/ |
| D | los_usr_libc.c | 438 void *memset(void *dest, int c, size_t n) in memset() function
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-typed-array-gen.cc | 334 TNode<ExternalReference> memset = in CallCMemset() local
|
| /third_party/mesa3d/src/intel/common/tests/ |
| D | mi_builder_test.cpp | 506 TEST_F(mi_builder_test, memset) in TEST_F() argument
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 379 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() function
|