| /kernel/linux/linux-5.10/arch/sh/kernel/ |
| H A D | sh_ksyms_32.c | 12 EXPORT_SYMBOL(memset); variable
|
| /kernel/linux/linux-6.6/arch/sh/kernel/ |
| H A D | sh_ksyms_32.c | 12 EXPORT_SYMBOL(memset); variable
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | string.c | 797 void *memset(void *s, int c, size_t count) in memset() function 805 EXPORT_SYMBOL(memset); variable
|
| /kernel/linux/linux-5.10/mm/kasan/ |
| H A D | common.c | 81 #undef memset macro 82 void *memset(void *addr, int c, size_t len) in memset() function
|
| /kernel/linux/linux-5.10/kernel/kcsan/ |
| H A D | core.c | 1067 void *__tsan_memset(void *s, int c, size_t count) __alias(memset); variable
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | efi.h | 122 #undef memset macro
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-typed-array-gen.cc | 334 TNode<ExternalReference> memset = in CallCMemset() local
|
| /kernel/linux/linux-6.6/kernel/kcsan/ |
| H A D | core.c | 1339 void *__tsan_memset(void *s, int c, size_t count) __alias(memset); variable
|
| /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
|
| /kernel/linux/linux-5.10/tools/include/nolibc/ |
| H A D | nolibc.h | 2308 void *memset(void *dst, int b, size_t len) in memset() function
|
| /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
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1170 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() functions
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_internal.h | 190 #define memset(s,c,n) _memset(s,c,n) macro
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3453 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() functions
|