Home
last modified time | relevance | path

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

12345678910>>...14

/external/boringssl/src/crypto/test/
Dtest_util.h38 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/
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() 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/
Dbytes.rs94 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/
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-10.0/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp76 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/
DBitstreamReaderTest.cpp19 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/
DWebAssemblyDisassembler.cpp77 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/
DFDRTraceWriter.cpp51 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/
DFDRTraceWriter.cpp49 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/
DCapstone.psm1214 …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/
DAVRDisassembler.cpp77 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/
Dplacement-new-fp-suppression.cpp96 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/
DDisassembler.cpp28 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/
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/llvm-project/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp50 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/
DARCDisassembler.cpp50 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/
DFileWriter.cpp21 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/
DFileWriter.cpp21 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/
DBinaryStreamReader.h79 ArrayRef<uint8_t> Bytes; in readInteger() local
188 ArrayRef<uint8_t> Bytes; in readArray() local
/external/llvm-project/llvm/include/llvm/Support/
DBinaryStreamReader.h80 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/
DMSP430Disassembler.cpp230 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/
DMSP430Disassembler.cpp230 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/
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/llvm-project/llvm/lib/Support/
Dcircular_raw_ostream.cpp25 unsigned Bytes = in write_impl() local

12345678910>>...14