/external/swiftshader/src/Device/ |
D | Memset.hpp | 43 struct Memset struct 45 Memset(T *object, int val) in Memset() argument 54 Memset(const Memset &rhs) in Memset() argument 59 Memset &operator=(const Memset &rhs) in operator =()
|
/external/cronet/tot/third_party/llvm-libc/src/src/string/memory_utils/ |
D | op_builtin.h | 68 template <size_t Size> struct Memset { struct 69 using ME = Memset; argument 70 static constexpr size_t SIZE = Size; 71 LIBC_INLINE static void block(Ptr dst, uint8_t value) { in block() 82 LIBC_INLINE static void tail(Ptr dst, uint8_t value, size_t count) { in tail() 86 LIBC_INLINE static void head_tail(Ptr dst, uint8_t value, size_t count) { in head_tail() 91 LIBC_INLINE static void loop_and_tail(Ptr dst, uint8_t value, size_t count) { in loop_and_tail()
|
/external/cronet/stable/third_party/llvm-libc/src/src/string/memory_utils/ |
D | op_builtin.h | 68 template <size_t Size> struct Memset { struct 69 using ME = Memset; argument 70 static constexpr size_t SIZE = Size; 71 LIBC_INLINE static void block(Ptr dst, uint8_t value) { in block() 82 LIBC_INLINE static void tail(Ptr dst, uint8_t value, size_t count) { in tail() 86 LIBC_INLINE static void head_tail(Ptr dst, uint8_t value, size_t count) { in head_tail() 91 LIBC_INLINE static void loop_and_tail(Ptr dst, uint8_t value, size_t count) { in loop_and_tail()
|
/external/llvm-libc/src/string/memory_utils/ |
D | op_builtin.h | 69 template <size_t Size> struct Memset { struct 70 using ME = Memset; argument 71 static constexpr size_t SIZE = Size; 72 LIBC_INLINE static void block(Ptr dst, uint8_t value) { in block() 83 LIBC_INLINE static void tail(Ptr dst, uint8_t value, size_t count) { in tail() 87 LIBC_INLINE static void head_tail(Ptr dst, uint8_t value, size_t count) { in head_tail() 92 LIBC_INLINE static void loop_and_tail(Ptr dst, uint8_t value, size_t count) { in loop_and_tail()
|
/external/pigweed/pw_libc/ |
D | memset_test.cc | 46 TEST(Memset, EmptyCase) { in TEST() argument 58 TEST(Memset, OneCharacter) { in TEST() argument 72 TEST(Memset, MultipleSizesMultipleAlignments) { in TEST() argument
|
/external/libgav1/src/utils/ |
D | memory.h | 94 inline void Memset(uint8_t* const dst, int value, size_t count) { in Memset() function 98 inline void Memset(uint16_t* const dst, int value, size_t count) { in Memset() function 104 inline void Memset(int16_t* const dst, int value, size_t count) { in Memset() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/ |
D | LoopIdiomRecognize.h | 33 static bool Memset; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 131 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerIntrinsics.cpp | 96 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerIntrinsics.cpp | 106 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses() local
|
/external/skia/tests/ |
D | MemsetTest.cpp | 88 DEF_TEST(Memset, reporter) { in DEF_TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 131 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | stream_executor_internal.h | 231 virtual port::Status Memset(Stream* stream, DeviceMemoryBase* location, in Memset() function
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.h | 95 port::Status Memset(Stream *stream, DeviceMemoryBase *location, in Memset() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.h | 51 Memset, enumerator
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 325 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/string/memory_utils/ |
D | op_tests.cpp | 160 TYPED_TEST(LlvmLibcOpTest, Memset, MemsetImplementations) { in TYPED_TEST() argument
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/string/memory_utils/ |
D | op_tests.cpp | 160 TYPED_TEST(LlvmLibcOpTest, Memset, MemsetImplementations) { in TYPED_TEST() argument
|
/external/llvm-libc/test/src/string/memory_utils/ |
D | op_tests.cpp | 160 TYPED_TEST(LlvmLibcOpTest, Memset, MemsetImplementations) { in TYPED_TEST() argument
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/ |
D | host_gpu_executor.cc | 143 port::Status HostExecutor::Memset(Stream* stream, DeviceMemoryBase* location, in Memset() function in stream_executor::host::HostExecutor
|
/external/tensorflow/tensorflow/core/profiler/backends/gpu/ |
D | cupti_collector.h | 139 Memset = 11, enumerator
|
D | rocm_tracer.h | 95 Memset, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 444 void llvm::expandMemSetAsLoop(MemSetInst *Memset) { in expandMemSetAsLoop()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 517 void ScopedThread::Memset(void *dst, int val, int size, in Memset() function in ScopedThread
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor_test_util.cc | 92 void Memset(const SP_Device* device, SP_Stream stream, in Memset() function
|