Searched refs:BytesSize (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Disassembler.h | 101 uint64_t BytesSize, uint64_t PC,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 253 uint64_t BytesSize, uint64_t PC, char *OutString, in LLVMDisasmInstruction() argument 257 ArrayRef<uint8_t> Data(Bytes, BytesSize); in LLVMDisasmInstruction()
|
/third_party/protobuf/src/google/protobuf/ |
D | any.pb.cc | 267 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize( in ByteSizeLong()
|
D | wire_format_lite.h | 697 static inline size_t BytesSize(const std::string& value); 1752 inline size_t WireFormatLite::BytesSize(const std::string& value) { in BytesSize() function
|
D | wrappers.pb.cc | 2021 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize( in ByteSizeLong()
|
D | descriptor.pb.cc | 9932 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize( in ByteSizeLong()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | GPRArith.cpp | 891 #define TestImpl(Inst, BytesSize, ...) \ in TEST_F() argument 894 ASSERT_EQ(BytesSize, codeBytesSize()) << #Inst; \ in TEST_F() 895 verifyBytes<BytesSize>(codeBytes(), __VA_ARGS__); \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | GPRArith.cpp | 919 #define TestImpl(Inst, BytesSize, ...) \ in TEST_F() argument 922 ASSERT_EQ(BytesSize, codeBytesSize()) << #Inst; \ in TEST_F() 923 ASSERT_TRUE(verifyBytes<BytesSize>(codeBytes(), __VA_ARGS__)); \ in TEST_F()
|