/external/boringssl/src/crypto/test/ |
D | test_util.h | 38 struct Bytes { struct 39 Bytes(const uint8_t *data_arg, size_t len_arg) in Bytes() function 41 Bytes(const char *data_arg, size_t len_arg) in Bytes() argument 44 explicit Bytes(const char *str) in Bytes() function 46 explicit Bytes(const std::string &str) in Bytes() argument 48 explicit Bytes(bssl::Span<const uint8_t> span) in Bytes() argument 54 inline bool operator==(const Bytes &a, const Bytes &b) { argument
|
/external/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 36 uint8_t Bytes[4] = { in TEST() local 56 uint8_t Bytes[4] = { in TEST() local 75 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03}; in TEST() local 87 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 97 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 107 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 118 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in TEST() local 132 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in TEST() local 146 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in TEST() local 163 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 20 uint8_t Bytes[4] = { in TEST() local 39 uint8_t Bytes[4] = { in TEST() local 55 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03}; in TEST() local 66 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 75 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 144 uint8_t Bytes[] = {8, 7, 6, 5, 4, 3, 2, 1}; in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 70 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() 79 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate() 95 bool parseFPImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes) { in parseFPImmediate() 107 MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t /*Address*/, in getInstruction()
|
/external/capstone/bindings/powershell/Capstone/ |
D | Capstone.psm1 | 35 …C:\PS> $Bytes = [Byte[]] @( 0x10, 0xf1, 0x10, 0xe7, 0x11, 0xf2, 0x31, 0xe7, 0xdc, 0xa1, 0x2e, 0xf3… in Get-CapstoneDisassembly() variable 36 C:\PS> Get-CapstoneDisassembly -Architecture CS_ARCH_ARM -Mode CS_MODE_ARM -Bytes $Bytes in Get-CapstoneDisassembly() variable 46 C:\PS> $Bytes = [Byte[]] @( 0xB8, 0x0A, 0x00, 0x00, 0x00, 0xF7, 0xF3 ) in Get-CapstoneDisassembly() variable 47 …C:\PS> Get-CapstoneDisassembly -Architecture CS_ARCH_X86 -Mode CS_MODE_32 -Bytes $Bytes -Syntax AT… in Get-CapstoneDisassembly() variable 68 C:\PS> $Bytes = [Byte[]] @( 0xB8, 0x0A, 0x00, 0x00, 0x00, 0xF7, 0xF3 ) in Get-CapstoneDisassembly() variable 118 [Byte[]]$Bytes, in Get-CapstoneDisassembly() variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/Common/ |
D | AssemblerUtils.h | 39 template <class... Bs> inline void Check(llvm::MCInst MCInst, Bs... Bytes) { in Check() 44 inline void CheckWithSetup(const ExegesisTarget &ET, in CheckWithSetup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/Disassembler/ |
D | AVRDisassembler.cpp | 78 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 91 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 115 ArrayRef<uint8_t> Bytes, in getInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/MC/ |
D | Disassembler.cpp | 29 uint8_t Bytes[] = {0x90, 0x90, 0xeb, 0xfd}; in TEST() local 71 uint8_t Bytes[] = {0x6a, 0x42, 0x7F, 0x35, 0x01, 0x10}; in TEST() local
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLoc.cpp | 65 unsigned Bytes = data.getU16(&Offset); in parse() local 98 unsigned Bytes = data.getU16(&Offset); in parse() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFStreamer.h | 37 virtual void writeBytes(llvm::StringRef Bytes) { in writeBytes() 97 void writeBytes(llvm::StringRef Bytes) override { Out << Bytes; } in writeBytes()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | circular_raw_ostream.cpp | 26 unsigned Bytes = in write_impl() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | circular_raw_ostream.cpp | 26 unsigned Bytes = in write_impl() local
|
/external/llvm/lib/Support/ |
D | circular_raw_ostream.cpp | 26 unsigned Bytes = in write_impl() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | circular_raw_ostream.cpp | 26 unsigned Bytes = in write_impl() local
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | RecordSerialization.cpp | 115 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() local 143 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | BinaryStreamReader.h | 80 ArrayRef<uint8_t> Bytes; in readInteger() local 177 ArrayRef<uint8_t> Bytes; in readArray() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/Disassembler/ |
D | ARCDisassembler.cpp | 51 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 60 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64() 70 static bool readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction48() 79 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 298 ArrayRef<uint8_t> Bytes, in getInstruction()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 402 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher() local 409 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher() local 445 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); in EmitMatcher() local 452 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); in EmitMatcher() local 465 unsigned Bytes = 2+EmitVBRValue(Val, OS); in EmitMatcher() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordSerialization.cpp | 106 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() local 132 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() local
|
D | TypeTableCollection.cpp | 40 ArrayRef<uint8_t> Bytes = Records[Index.toArrayIndex()]; in getType() local
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 101 uint8_t *Bytes; member in __anonec7236e10111::DisasmMemoryObject 132 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, in LLVMDisasmInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 198 static llvm::MCInst allocateStackSpace(unsigned Bytes) { in allocateStackSpace() 232 static llvm::MCInst releaseStackSpace(unsigned Bytes) { in releaseStackSpace()
|
/external/llvm/unittests/MC/ |
D | Disassembler.cpp | 29 uint8_t Bytes[] = {0x90, 0x90, 0xeb, 0xfd}; in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 517 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher() local 524 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher() local 560 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); in EmitMatcher() local 567 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); in EmitMatcher() local 580 unsigned Bytes = 2+EmitVBRValue(Val, OS); in EmitMatcher() local
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 87 Bytes, enumerator
|