Home
last modified time | relevance | path

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/
DDisassembler.h101 uint64_t BytesSize, uint64_t PC,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp253 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/
Dany.pb.cc267 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize( in ByteSizeLong()
Dwire_format_lite.h697 static inline size_t BytesSize(const std::string& value);
1752 inline size_t WireFormatLite::BytesSize(const std::string& value) { in BytesSize() function
Dwrappers.pb.cc2021 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize( in ByteSizeLong()
Ddescriptor.pb.cc9932 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize( in ByteSizeLong()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp891 #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/
DGPRArith.cpp919 #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()