Home
last modified time | relevance | path

Searched refs:BytesSize (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DDisassembler.cpp133 uint64_t BytesSize, uint64_t PC, char *OutString, in LLVMDisasmInstruction() argument
137 DisasmMemoryObject MemoryObject(Bytes, BytesSize, PC); in LLVMDisasmInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DDisassembler.h102 uint64_t BytesSize, uint64_t PC,
/external/swiftshader/third_party/LLVM/include/llvm-c/
DDisassembler.h157 uint64_t BytesSize, uint64_t PC,
/external/llvm/include/llvm-c/
DDisassembler.h247 uint64_t BytesSize, uint64_t PC,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp249 uint64_t BytesSize, uint64_t PC, char *OutString, in LLVMDisasmInstruction() argument
253 ArrayRef<uint8_t> Data(Bytes, BytesSize); in LLVMDisasmInstruction()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp240 uint64_t BytesSize, uint64_t PC, char *OutString, in LLVMDisasmInstruction() argument
244 ArrayRef<uint8_t> Data(Bytes, BytesSize); in LLVMDisasmInstruction()
/external/protobuf/src/google/protobuf/
Dany.pb.cc325 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
Dwire_format_lite.h503 static inline int BytesSize (const string& value);
Dwire_format_lite_inl.h842 inline int WireFormatLite::BytesSize(const string& value) { in BytesSize() function
Dwrappers.pb.cc2614 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
Ddescriptor.pb.cc12864 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp896 #define TestImpl(Inst, BytesSize, ...) \ in TEST_F() argument
899 ASSERT_EQ(BytesSize, codeBytesSize()) << #Inst; \ in TEST_F()
900 verifyBytes<BytesSize>(codeBytes(), __VA_ARGS__); \ in TEST_F()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp924 #define TestImpl(Inst, BytesSize, ...) \ in TEST_F() argument
927 ASSERT_EQ(BytesSize, codeBytesSize()) << #Inst; \ in TEST_F()
928 ASSERT_TRUE(verifyBytes<BytesSize>(codeBytes(), __VA_ARGS__)); \ in TEST_F()