Home
last modified time | relevance | path

Searched defs:memset (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/src/string/i386/
H A Dmemset.s3 memset: label
/third_party/musl/src/string/x86_64/
H A Dmemset.s3 memset: label
/third_party/musl/porting/liteos_m/user/src/string/
H A Dmemset.c5 _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 Dmemset.c4 void *memset(void *dest, int c, size_t n) in memset() function
/third_party/musl/src/string/
H A Dmemset.c4 void *memset(void *dest, int c, size_t n) in memset() function
/third_party/musl/src/string/aarch64/
H A Dmemset.S24 memset: label
/third_party/musl/porting/liteos_a/user/src/string/arm/
H A Dmemset.S37 memset: label
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h113 #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 Dstring.h115 #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 Dmemset.S37 memset: label
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h69 #define memset b_memset macro
H A Dusr_lib_ops.h113 void *(*memset)(void *dest, int c, size_t n); member
/third_party/rust/crates/linux-raw-sys/gen/include/
H A Dsupport.h23 #define memset __builtin_memset macro
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_guest.c22 void *memset(void *dest, int val, size_t size) in memset() function
/third_party/ltp/tools/sparse/sparse-src/
H A Dident-list.h77 IDENT(memset); IDENT(memcpy); variable
/third_party/lz4/tests/
H A Dfreestanding.c204 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 Dos.h646 #define memset OS_DO_NOT_USE_memset macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos.h646 #define memset OS_DO_NOT_USE_memset macro
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array-gen.cc334 TNode<ExternalReference> memset = in CallCMemset() local
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c438 void *memset(void *dest, int c, size_t n) in memset() function
/third_party/python/Lib/ctypes/
H A D__init__.py501 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 Dmod.rs379 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 Dmod.rs722 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 Dwasi.rs581 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 Dmod.rs573 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() functions

Completed in 21 milliseconds

12