Home
last modified time | relevance | path

Searched refs:MemorySize (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp90 #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/
Dget_error_info_fuzzer.cpp29 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/
DDenseMapTest.cpp376 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/
Dcombined.h989 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/
DWasm.h39 uint32_t MemorySize; // Memory size in bytes member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h205 uint32_t MemorySize; member
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc887 callback_output->MemorySize = callback_context->iter->length; in MinidumpWriteDumpCallback()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp53 IO.mapRequired("MemorySize", Section.MemorySize); in sectionMapping()
DWasmEmitter.cpp159 encodeULEB128(Section.MemorySize, OS); in writeSectionContent()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1236 ULONG MemorySize; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp330 DylinkInfo.MemorySize = readVaruint32(Ctx); in parseDylinkSection()