Searched refs:BytesSize (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 133 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/ |
D | Disassembler.h | 102 uint64_t BytesSize, uint64_t PC,
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Disassembler.h | 157 uint64_t BytesSize, uint64_t PC,
|
/external/llvm/include/llvm-c/ |
D | Disassembler.h | 247 uint64_t BytesSize, uint64_t PC,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 249 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/ |
D | Disassembler.cpp | 240 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/ |
D | any.pb.cc | 325 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
|
D | wire_format_lite.h | 503 static inline int BytesSize (const string& value);
|
D | wire_format_lite_inl.h | 842 inline int WireFormatLite::BytesSize(const string& value) { in BytesSize() function
|
D | wrappers.pb.cc | 2614 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
|
D | descriptor.pb.cc | 12864 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | GPRArith.cpp | 896 #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/ |
D | GPRArith.cpp | 924 #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()
|