Home
last modified time | relevance | path

Searched defs:memset (Results 1 – 25 of 29) sorted by relevance

12

/third_party/musl/src/string/i386/
Dmemset.s1 .global memset symbol
3 memset: label
/third_party/musl/src/string/x86_64/
Dmemset.s1 .global memset symbol
3 memset: label
/third_party/musl/porting/liteos_a/user/src/string/arm/
Dmemset.S34 .globl memset @ -- Begin function memset symbol
37 memset: label
/third_party/musl/src/string/aarch64/
Dmemset.S22 .global memset symbol
24 memset: label
/third_party/musl/src/string/
Dmemset.c4 void *memset(void *dest, int c, size_t n) in memset() function
/third_party/musl/porting/liteos_m/user/src/string/
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/
Dmemset.c4 void *memset(void *dest, int c, size_t n) in memset() function
/third_party/musl/porting/liteos_m/kernel/include/
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/
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/porting/liteos_m/user/include/
Dusr_lib_define.h69 #define memset b_memset macro
Dusr_lib_ops.h113 void *(*memset)(void *dest, int c, size_t n); member
/third_party/rust/crates/linux-raw-sys/gen/include/
Dsupport.h23 #define memset __builtin_memset macro
/third_party/musl/porting/linux/user/include/fortify/
Dstring.h167 void *memset(void *const s __DIAGNOSE_PASS_OBJECT_SIZE0, int c, size_t n) in memset() function
/third_party/musl/ndk_musl_include/fortify/
Dstring.h167 void *memset(void *const s __DIAGNOSE_PASS_OBJECT_SIZE0, int c, size_t n) in memset() function
/third_party/lz4/tests/
Dfreestanding.c204 EXTERN_C void *memset(void *s, int c, size_t n) { in memset() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto96 optional int32 memset = 19; field
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h646 #define memset OS_DO_NOT_USE_memset macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h646 #define memset OS_DO_NOT_USE_memset macro
/third_party/python/Lib/ctypes/
D__init__.py499 memset = CFUNCTYPE(c_void_p, c_void_p, c_int, c_size_t)(_memset_addr) variable
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c438 void *memset(void *dest, int c, size_t n) in memset() function
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp506 TEST_F(mi_builder_test, memset) in TEST_F() argument
/third_party/rust/crates/libc/src/windows/
Dmod.rs379 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs573 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() function
/third_party/pcre2/pcre2/src/
Dpcre2_internal.h190 #define memset(s,c,n) _memset(s,c,n) macro
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c639 #define memset SDL_memset macro

12