Home
last modified time | relevance | path

Searched defs:Bytes (Results 1 – 25 of 196) sorted by relevance

12345678

/external/boringssl/src/crypto/test/
Dtest_util.h38 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/
DBitstreamReaderTest.cpp36 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/
DBitstreamReaderTest.cpp20 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/
DWebAssemblyDisassembler.cpp70 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/
DCapstone.psm135 …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/
DAssemblerUtils.h39 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/
DAVRDisassembler.cpp78 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/
DDisassembler.cpp29 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/
DDWARFDebugLoc.cpp65 unsigned Bytes = data.getU16(&Offset); in parse() local
98 unsigned Bytes = data.getU16(&Offset); in parse() local
/external/swiftshader/third_party/subzero/src/
DIceELFStreamer.h37 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/
Dcircular_raw_ostream.cpp26 unsigned Bytes = in write_impl() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dcircular_raw_ostream.cpp26 unsigned Bytes = in write_impl() local
/external/llvm/lib/Support/
Dcircular_raw_ostream.cpp26 unsigned Bytes = in write_impl() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dcircular_raw_ostream.cpp26 unsigned Bytes = in write_impl() local
/external/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp115 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/
DBinaryStreamReader.h80 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/
DARCDisassembler.cpp51 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/
DDAGISelMatcherEmitter.cpp402 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/
DRecordSerialization.cpp106 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
DTypeTableCollection.cpp40 ArrayRef<uint8_t> Bytes = Records[Index.toArrayIndex()]; in getType() local
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DDisassembler.cpp101 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/
DTarget.cpp198 static llvm::MCInst allocateStackSpace(unsigned Bytes) { in allocateStackSpace()
232 static llvm::MCInst releaseStackSpace(unsigned Bytes) { in releaseStackSpace()
/external/llvm/unittests/MC/
DDisassembler.cpp29 uint8_t Bytes[] = {0x90, 0x90, 0xeb, 0xfd}; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp517 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/
DFieldType.cs87 Bytes, enumerator

12345678