Home
last modified time | relevance | path

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

/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/uboot/u-boot-2020.01/arch/powerpc/lib/
Dppcstring.S68 .globl memset symbol
69 memset: label
/third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/
Dstring.h29 #define memset(_p, _v, _n) \ macro
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Dstring.h41 #define memset(p, v, n) \ macro
/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/kernel/include/
Dstring.h117 #define memset(s, c, n) __memset(s, c, n) macro
128 #define memset(s, c, n) __memset(s, c, n) macro
/third_party/musl/porting/liteos_a/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/uboot/u-boot-2020.01/lib/efi_loader/
Defi_freestanding.c83 void *memset(void *s, int c, size_t n) in memset() function
/third_party/uboot/u-boot-2020.01/arch/x86/lib/
Dstring.c16 void *memset(void *dstpp, int c, size_t len) in memset() function
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstring.h206 void * memset(void * __dst, int __val, size_t __n) in memset() function
/third_party/e2fsprogs/e2fsck/
Dmtrace.h85 #define memset(s, zero, n) bzero ((s), (n)) macro
/third_party/uboot/u-boot-2020.01/lib/efi/
Defi_stub.c104 void *memset(void *inptr, int ch, size_t size) 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_standard/src/utils/
Dos.h646 #define memset OS_DO_NOT_USE_memset macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h646 #define memset OS_DO_NOT_USE_memset macro
/third_party/uboot/u-boot-2020.01/lib/
Dstring.c493 void * memset(void * s,int c,size_t count) in memset() function
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/hw_compressed/
Dcache_v8_hi3535av100.c48 void * memset(void * s,int c,size_t count) in memset() function
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/hw_compressed/
Dcache_v8_hi3531dv200.c48 void * memset(void * s,int c,size_t count) in memset() function
/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/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c639 #define memset SDL_memset macro
/third_party/pcre2/pcre2/src/
Dpcre2_internal.h190 #define memset(s,c,n) _memset(s,c,n) macro
/third_party/glib/glib/pcre/
Dpcre_internal.h348 #define memset(s,c,n) _memset(s,c,n) macro