/third_party/musl/src/string/i386/ |
H A D | memset.s | 3 memset: label
|
/third_party/musl/src/string/x86_64/ |
H A D | memset.s | 3 memset: label
|
/third_party/musl/porting/liteos_m/user/src/string/ |
H A D | memset.c | 5 _LIBC_TEXT_SECTION void *memset(void *dest, int c, size_t n) in memset() function
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | memset.c | 4 void *memset(void *dest, int c, size_t n) in memset() function
|
/third_party/musl/src/string/ |
H A D | memset.c | 4 void *memset(void *dest, int c, size_t n) in memset() function
|
/third_party/musl/src/string/aarch64/ |
H A D | memset.S | 24 memset: label
|
/third_party/musl/porting/liteos_a/user/src/string/arm/ |
H A D | memset.S | 37 memset: label
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A 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_a/kernel/include/ |
H A 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/src/string/arm/liteos_a/ |
H A D | memset.S | 37 memset: label
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_define.h | 69 #define memset b_memset macro
|
H A 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/ |
H A D | support.h | 23 #define memset __builtin_memset macro
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | lib_guest.c | 22 void *memset(void *dest, int val, size_t size) in memset() function
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ident-list.h | 77 IDENT(memset); IDENT(memcpy); variable
|
/third_party/lz4/tests/ |
H A D | freestanding.c | 204 EXTERN_C void *memset(void *s, int c, size_t n) { in memset() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os.h | 646 #define memset OS_DO_NOT_USE_memset macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os.h | 646 #define memset OS_DO_NOT_USE_memset macro
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-typed-array-gen.cc | 334 TNode<ExternalReference> memset = in CallCMemset() local
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 438 void *memset(void *dest, int c, size_t n) in memset() function
|
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 501 memset = CFUNCTYPE(c_void_p, c_void_p, c_int, c_size_t)(_memset_addr) variable
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 379 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() functions
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 722 pub fn memset(arg1: *mut c_void, arg2: c_int, arg3: size_t) -> *mut c_void; in memset() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 581 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 573 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() functions
|