| /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() argument 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() function 48 explicit Bytes(bssl::Span<const uint8_t> span) in Bytes() function 54 inline bool operator==(const Bytes &a, const Bytes &b) { argument
|
| /external/rust/crates/quiche/deps/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() function 44 explicit Bytes(const char *str) in Bytes() argument 46 explicit Bytes(const std::string &str) in Bytes() function 48 explicit Bytes(bssl::Span<const uint8_t> span) in Bytes() argument 54 inline bool operator==(const Bytes &a, const Bytes &b) { argument
|
| /external/rust/crates/bytes/src/ |
| D | bytes.rs | 94 pub struct Bytes { struct 104 pub clone: unsafe fn(&AtomicPtr<()>, *const u8, usize) -> Bytes, argument 109 impl Bytes { impl 152 pub const fn from_static(bytes: &'static [u8]) -> Bytes { in from_static() 162 pub fn from_static(bytes: &'static [u8]) -> Bytes { in from_static() 228 pub fn slice(&self, range: impl RangeBounds<usize>) -> Bytes { in slice() 295 pub fn slice_ref(&self, subset: &[u8]) -> Bytes { in slice_ref() 352 pub fn split_off(&mut self, at: usize) -> Bytes { in split_off() 401 pub fn split_to(&mut self, at: usize) -> Bytes { in split_to() 483 ) -> Bytes { in with_vtable() [all …]
|
| /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-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
| D | WebAssemblyDisassembler.cpp | 76 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() 84 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() 100 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate() 109 bool parseImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes) { in parseImmediate() 124 StringRef Name, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in onSymbolStart() 159 MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t /*Address*/, in getInstruction()
|
| /external/llvm-project/llvm/unittests/Bitstream/ |
| D | BitstreamReaderTest.cpp | 19 uint8_t Bytes[4] = { in TEST() local 40 uint8_t Bytes[4] = { in TEST() local 56 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03}; in TEST() local 68 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 77 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 155 uint8_t Bytes[] = {8, 7, 6, 5, 4, 3, 2, 1}; in TEST() local
|
| /external/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/ |
| D | WebAssemblyDisassembler.cpp | 77 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() 85 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() 101 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate() 110 bool parseImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes) { in parseImmediate() 125 SymbolInfoTy &Symbol, uint64_t &Size, ArrayRef<uint8_t> Bytes, in onSymbolStart() 160 MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t /*Address*/, in getInstruction()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
| D | FDRTraceWriter.cpp | 51 auto Bytes = IndexedWriter<0>::write(OS, T); in writeMetadata() local 101 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local 110 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local 119 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local
|
| /external/llvm-project/llvm/lib/XRay/ |
| D | FDRTraceWriter.cpp | 49 auto Bytes = IndexedWriter<0>::write(OS, T); in writeMetadata() local 99 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local 108 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local 117 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local
|
| /external/capstone/bindings/powershell/Capstone/ |
| D | Capstone.psm1 | 214 …C:\PS> $Bytes = [byte[]] @( 0x10, 0xf1, 0x10, 0xe7, 0x11, 0xf2, 0x31, 0xe7, 0xdc, 0xa1, 0x2e, 0xf3… in Get-CapstoneDisassembly() variable 215 C:\PS> Get-CapstoneDisassembly -Architecture CS_ARCH_ARM -Mode CS_MODE_ARM -Bytes $Bytes in Get-CapstoneDisassembly() variable 232 C:\PS> $Bytes = [byte[]] @( 0xB8, 0x0A, 0x00, 0x00, 0x00, 0xF7, 0xF3 ) in Get-CapstoneDisassembly() variable 233 …C:\PS> Get-CapstoneDisassembly -Architecture CS_ARCH_X86 -Mode CS_MODE_32 -Bytes $Bytes -Syntax AT… in Get-CapstoneDisassembly() variable 254 C:\PS> $Bytes = [byte[]] @( 0xB8, 0x0A, 0x00, 0x00, 0x00, 0xF7, 0xF3 ) in Get-CapstoneDisassembly() variable 303 [byte[]]$Bytes, in Get-CapstoneDisassembly() variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/Disassembler/ |
| D | AVRDisassembler.cpp | 77 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 90 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 114 ArrayRef<uint8_t> Bytes, in getInstruction()
|
| /external/llvm-project/clang/test/Analysis/inlining/ |
| D | placement-new-fp-suppression.cpp | 96 inline void *operator new(size_t Bytes, const ASTContext &C, in operator new() 101 inline void *operator new[](size_t Bytes, const ASTContext &C, in operator new[]() 108 void *operator new(size_t Bytes, ASTContext &C, in operator new()
|
| /external/llvm-project/llvm/unittests/MC/ |
| D | Disassembler.cpp | 28 uint8_t Bytes[] = {0x90, 0x90, 0xeb, 0xfd}; in TEST() local 74 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/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
| D | ARCDisassembler.cpp | 50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 59 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64() 69 static bool readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction48() 78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 297 ArrayRef<uint8_t> Bytes, in getInstruction()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/Disassembler/ |
| D | ARCDisassembler.cpp | 50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 59 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64() 69 static bool readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction48() 78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 297 ArrayRef<uint8_t> Bytes, in getInstruction()
|
| /external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| D | FileWriter.cpp | 21 uint8_t Bytes[32]; in writeSLEB() local 28 uint8_t Bytes[32]; in writeULEB() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
| D | FileWriter.cpp | 21 uint8_t Bytes[32]; in writeSLEB() local 28 uint8_t Bytes[32]; in writeULEB() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | BinaryStreamReader.h | 79 ArrayRef<uint8_t> Bytes; in readInteger() local 188 ArrayRef<uint8_t> Bytes; in readArray() local
|
| /external/llvm-project/llvm/include/llvm/Support/ |
| D | BinaryStreamReader.h | 80 ArrayRef<uint8_t> Bytes; in readInteger() local 189 ArrayRef<uint8_t> Bytes; in readArray() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/ |
| D | MSP430Disassembler.cpp | 230 ArrayRef<uint8_t> Bytes, in getInstructionI() 285 ArrayRef<uint8_t> Bytes, in getInstructionII() 340 ArrayRef<uint8_t> Bytes, in getInstructionCJ() 361 ArrayRef<uint8_t> Bytes, in getInstruction()
|
| /external/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
| D | MSP430Disassembler.cpp | 230 ArrayRef<uint8_t> Bytes, in getInstructionI() 285 ArrayRef<uint8_t> Bytes, in getInstructionII() 340 ArrayRef<uint8_t> Bytes, in getInstructionCJ() 361 ArrayRef<uint8_t> Bytes, in getInstruction()
|
| /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/llvm-project/llvm/lib/Support/ |
| D | circular_raw_ostream.cpp | 25 unsigned Bytes = in write_impl() local
|