Searched refs:MemorySize (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | X87.cpp | 90 #define TestFstpSt(Size, MemorySize, Type) \ in TEST_F() argument 92 const uint32_t T1 = allocate##MemorySize(); \ in TEST_F() 94 const uint32_t T2 = allocate##MemorySize(); \ in TEST_F() 96 const uint32_t T3 = allocate##MemorySize(); \ in TEST_F() 98 const uint32_t T4 = allocate##MemorySize(); \ in TEST_F() 100 const uint32_t T5 = allocate##MemorySize(); \ in TEST_F() 102 const uint32_t T6 = allocate##MemorySize(); \ in TEST_F() 104 const uint32_t T7 = allocate##MemorySize(); \ in TEST_F() 107 const uint32_t N7 = allocate##MemorySize(); \ in TEST_F() 109 const uint32_t N6 = allocate##MemorySize(); \ in TEST_F() [all …]
|
/external/scudo/standalone/fuzz/ |
D | get_error_info_fuzzer.cpp | 29 size_t MemorySize = (MemoryAndTags.length() / 17) * 16; in LLVMFuzzerTestOneInput() local 30 const char *MemoryTags = Memory + MemorySize; in LLVMFuzzerTestOneInput() 57 MemoryTags, MemoryAddr, MemorySize); in LLVMFuzzerTestOneInput()
|
/external/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 376 unsigned MemorySize = Map.getMemorySize(); in TEST() local 384 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST() 396 EXPECT_NE(MemorySize, Map.getMemorySize()); in TEST() 414 unsigned MemorySize = Map.getMemorySize(); in TEST() local 422 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST() 458 unsigned MemorySize = Map.getMemorySize(); in TEST() local 466 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST()
|
/external/scudo/standalone/ |
D | combined.h | 989 uintptr_t MemoryAddr, size_t MemorySize) { in getErrorInfo() argument 992 MemoryAddr + MemorySize < MemoryAddr) in getErrorInfo() 1003 MemorySize, 0, 2); in getErrorInfo() 1015 MemorySize, 2, 16); in getErrorInfo() 1342 size_t MemorySize, size_t MinDistance, in getInlineErrorInfo() argument 1351 Addr + archMemoryTagGranuleSize() > MemoryAddr + MemorySize) in getInlineErrorInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 39 uint32_t MemorySize; // Memory size in bytes member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 205 uint32_t MemorySize; member
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 887 callback_output->MemorySize = callback_context->iter->length; in MinidumpWriteDumpCallback()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 53 IO.mapRequired("MemorySize", Section.MemorySize); in sectionMapping()
|
D | WasmEmitter.cpp | 159 encodeULEB128(Section.MemorySize, OS); in writeSectionContent()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1236 ULONG MemorySize; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 330 DylinkInfo.MemorySize = readVaruint32(Ctx); in parseDylinkSection()
|