| /external/u-boot/arch/powerpc/lib/ |
| D | ppcstring.S | 68 .globl memset symbol 69 memset: label
|
| /external/clang/test/SemaObjC/ |
| D | arc-non-pod-memaccess.m | 8 void *memset(void *, int, __SIZE_TYPE__); function
|
| D | interface-scope-2.m | 94 void *memset(void *, int, size_t); function
|
| /external/u-boot/arch/riscv/include/asm/ |
| D | string.h | 29 #define memset(_p, _v, _n) \ macro
|
| /external/u-boot/arch/nds32/include/asm/ |
| D | string.h | 41 #define memset(p, v, n) \ macro
|
| /external/clang/test/Frontend/ |
| D | macros.c | 9 #define memset(x,y,z) ({ stuff(x,y,z); x; }) macro
|
| /external/epid-sdk/epid/member/tiny/stdlib/src/ |
| D | tiny_stdlib.c | 23 void* memset(void* ptr, int value, size_t num) { in memset() function
|
| /external/swiftshader/third_party/LLVM/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 21 memset, enumerator
|
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorDeviceDefault.h | 33 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void memset(void* buffer, int c, size_t n) const { in memset() function
|
| D | TensorDeviceSycl.h | 112 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void memset(void *buffer, int c, size_t n) const { in memset() function
|
| D | TensorDeviceThreadPool.h | 129 EIGEN_STRONG_INLINE void memset(void* buffer, int c, size_t n) const { in memset() function
|
| D | TensorDeviceCuda.h | 238 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void memset(void* buffer, int c, size_t n) const { in initializeDeviceProp() function
|
| /external/vboot_reference/firmware/lib/include/ |
| D | utility.h | 113 #define memset _do_not_use_standard_memset macro
|
| /external/libavc/common/arm/ |
| D | ih264_mem_fns_neon.s | 191 memset: label
|
| /external/nanopb-c/extra/ |
| D | pb_syshdr.h | 101 static void * memset( void * s, int c, size_t n ) in memset() function
|
| /external/u-boot/arch/x86/lib/ |
| D | string.c | 16 void *memset(void *dstpp, int c, size_t len) in memset() function
|
| /external/grpc-grpc/third_party/nanopb/extra/ |
| D | pb_syshdr.h | 101 static void * memset( void * s, int c, size_t n ) in memset() function
|
| /external/clang/test/Sema/ |
| D | builtin-object-size.c | 34 #define memset(dest, src, len) __builtin___memset_chk(dest, src, len, __builtin_object_size(dest, 0… macro
|
| /external/iproute2/include/ |
| D | bpf_api.h | 231 # define memset(s, c, n) __builtin_memset((s), (c), (n)) macro
|
| /external/e2fsprogs/e2fsck/ |
| D | mtrace.h | 85 #define memset(s, zero, n) bzero ((s), (n)) macro
|
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_test_bad_identifiers.proto | 82 optional int32 memset = 19; field
|
| /external/u-boot/lib/efi/ |
| D | efi_stub.c | 104 void *memset(void *inptr, int ch, size_t size) in memset() function
|
| /external/wpa_supplicant_8/src/utils/ |
| D | os.h | 645 #define memset OS_DO_NOT_USE_memset macro
|
| /external/u-boot/lib/ |
| D | string.c | 469 void * memset(void * s,int c,size_t count) in memset() function
|
| /external/python/cpython3/Lib/ctypes/ |
| D | __init__.py | 479 memset = CFUNCTYPE(c_void_p, c_void_p, c_int, c_size_t)(_memset_addr) variable
|