/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunication.cpp | 418 size_t pkt_size = m_bytes.size(); in DecompressPacket() 426 if (m_bytes[0] != '$' && m_bytes[0] != '%') in DecompressPacket() 428 if (m_bytes[1] != 'C' && m_bytes[1] != 'N') in DecompressPacket() 431 size_t hash_mark_idx = m_bytes.find('#'); in DecompressPacket() 434 if (hash_mark_idx + 2 >= m_bytes.size()) in DecompressPacket() 437 if (!::isxdigit(m_bytes[hash_mark_idx + 1]) || in DecompressPacket() 438 !::isxdigit(m_bytes[hash_mark_idx + 2])) in DecompressPacket() 462 if (m_bytes[1] == 'C') { in DecompressPacket() 464 while (i < hash_mark_idx && isdigit(m_bytes[i])) in DecompressPacket() 466 if (i < hash_mark_idx && m_bytes[i] == ':') { in DecompressPacket() [all …]
|
/external/llvm-project/lldb/source/Utility/ |
D | Event.cpp | 101 EventDataBytes::EventDataBytes() : m_bytes() {} in EventDataBytes() 103 EventDataBytes::EventDataBytes(const char *cstr) : m_bytes() { in EventDataBytes() 107 EventDataBytes::EventDataBytes(llvm::StringRef str) : m_bytes() { in EventDataBytes() 111 EventDataBytes::EventDataBytes(const void *src, size_t src_len) : m_bytes() { in EventDataBytes() 128 std::count_if(m_bytes.begin(), m_bytes.end(), llvm::isPrint); in Dump() 129 if (num_printable_chars == m_bytes.size()) in Dump() 130 s->Format("\"{0}\"", m_bytes); in Dump() 133 reinterpret_cast<const uint8_t *>(m_bytes.data()), in Dump() 134 reinterpret_cast<const uint8_t *>(m_bytes.data() + in Dump() 135 m_bytes.size()))); in Dump() [all …]
|
D | UUID.cpp | 117 if (llvm::all_of(m_bytes, [](uint8_t b) { return b == 0; })) in SetFromOptionalStringRef()
|
/external/emma/core/java12/com/vladium/jcd/parser/ |
D | ClassDefParser.java | 95 m_bytes = bytes; in classParser() 137 final long magic = m_bytes.readU4 (); in magic() 146 final int minor_version = m_bytes.readU2 (); in version() 147 final int major_version = m_bytes.readU2 (); in version() 161 final int constant_pool_count = m_bytes.readU2 (); in constant_pool() 168 final CONSTANT_info cp_info = CONSTANT_info.new_CONSTANT_info (m_bytes); in constant_pool() 181 final int _access_flags = m_bytes.readU2 (); in access_flags() 189 final int _class_index = m_bytes.readU2 (); in this_class() 198 final int _class_index = m_bytes.readU2 (); in super_class() 207 final int _interfaces_count = m_bytes.readU2 (); in interfaces() [all …]
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | UUID.h | 72 void Clear() { m_bytes.clear(); } in Clear() 76 llvm::ArrayRef<uint8_t> GetBytes() const { return m_bytes; } in GetBytes() 79 bool IsValid() const { return !m_bytes.empty(); } in IsValid() 106 UUID(llvm::ArrayRef<uint8_t> bytes) : m_bytes(bytes.begin(), bytes.end()) {} in UUID() 110 llvm::SmallVector<uint8_t, 20> m_bytes; variable 113 return LHS.m_bytes == RHS.m_bytes; 119 return LHS.m_bytes < RHS.m_bytes;
|
D | DataBuffer.h | 85 : m_bytes(bytes), m_size(size) {} in DataBufferUnowned() 87 uint8_t *GetBytes() override { return m_bytes; } in GetBytes() 88 const uint8_t *GetBytes() const override { return m_bytes; } in GetBytes() 92 uint8_t *m_bytes;
|
D | Event.h | 94 std::string m_bytes;
|
/external/pdfium/fxbarcode/common/ |
D | BC_CommonByteMatrix.cpp | 30 m_bytes = pdfium::Vector2D<uint8_t>(m_height, m_width); in CBC_CommonByteMatrix() 37 return m_bytes[y * m_width + x]; in Get() 41 m_bytes[y * m_width + x] = (uint8_t)value; in Set() 45 m_bytes[y * m_width + x] = value; in Set() 49 std::fill(std::begin(m_bytes), std::end(m_bytes), value); in clear()
|
D | BC_CommonByteMatrix.h | 24 pdfium::span<const uint8_t> GetArray() const { return m_bytes; } in GetArray() 34 std::vector<uint8_t> m_bytes; variable
|
/external/capstone/bindings/vb6/ |
D | CInstruction.cls | 51 Private m_bytes() As Byte 65 For i = 0 To UBound(m_bytes) 66 b = b & hhex(m_bytes(i)) & " " 112 m_bytes() = inst.bytes 113 ReDim Preserve m_bytes(size - 1)
|
/external/llvm-project/lldb/source/Core/ |
D | Communication.cpp | 44 m_read_thread_enabled(false), m_read_thread_did_exit(false), m_bytes(), in Communication() 254 if (!m_bytes.empty()) { in GetCachedBytes() 258 return m_bytes.size(); in GetCachedBytes() 260 const size_t len = std::min<size_t>(dst_len, m_bytes.size()); in GetCachedBytes() 262 ::memcpy(dst, m_bytes.c_str(), len); in GetCachedBytes() 263 m_bytes.erase(m_bytes.begin(), m_bytes.begin() + len); in GetCachedBytes() 285 m_bytes.append((const char *)bytes, len); in AppendBytesToCache()
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | ClassPathCacheEntry.java | 24 public final byte [] m_bytes; field in ClassPathCacheEntry 36 m_bytes = bytes; in ClassPathCacheEntry()
|
D | InstrClassLoader.java | 213 bytes = entry.m_bytes; in findClass()
|
/external/llvm-project/lldb/source/Host/windows/ |
D | ConnectionGenericFileWindows.cpp | 31 m_bytes = bytes; in Set() 37 m_bytes = bytes; in Set() 41 size_t GetBytes() const { return m_bytes; } in GetBytes() 47 size_t m_bytes; member in __anone990ab230111::ReturnInfo
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 245 m_bytes.append((const char *)src, src_len); in CheckForPacket() 249 const size_t bytes_available = m_bytes.size(); in CheckForPacket() 251 packet.SetData(&m_bytes[0], bytes_available, m_byte_order); in CheckForPacket() 308 packet.SetData(DataBufferSP(new DataBufferHeap(&m_bytes[0], length))); in CheckForPacket() 309 m_bytes.erase(0, length); in CheckForPacket() 326 __FUNCTION__, (uint8_t)m_bytes[0]); in CheckForPacket() 327 m_bytes.erase(0, 1); in CheckForPacket()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Communication.h | 308 m_bytes; ///< A buffer to cache bytes read in the ReadThread function. variable
|
/external/boringssl/src/crypto/hrss/ |
D | hrss.c | 1951 uint8_t m_bytes[HRSS_POLY3_BYTES], r_bytes[HRSS_POLY3_BYTES]; in HRSS_encap() local 1952 poly_marshal_mod3(m_bytes, &m); in HRSS_encap() 1958 SHA256_Update(&hash_ctx, m_bytes, sizeof(m_bytes)); in HRSS_encap() 2063 uint8_t m_bytes[HRSS_POLY3_BYTES]; in HRSS_decap() local 2065 poly_marshal_mod3(m_bytes, &m); in HRSS_decap() 2074 SHA256_Update(&hash_ctx, m_bytes, sizeof(m_bytes)); in HRSS_decap()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/hrss/ |
D | hrss.c | 1951 uint8_t m_bytes[HRSS_POLY3_BYTES], r_bytes[HRSS_POLY3_BYTES]; in HRSS_encap() local 1952 poly_marshal_mod3(m_bytes, &m); in HRSS_encap() 1958 SHA256_Update(&hash_ctx, m_bytes, sizeof(m_bytes)); in HRSS_encap() 2063 uint8_t m_bytes[HRSS_POLY3_BYTES]; in HRSS_decap() local 2065 poly_marshal_mod3(m_bytes, &m); in HRSS_decap() 2074 SHA256_Update(&hash_ctx, m_bytes, sizeof(m_bytes)); in HRSS_decap()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryMappingTests.cpp | 193 , m_bytes (size, 0xDEu) in ReferenceMemory() 202 m_bytes[pos] = value; in write() 210 || m_bytes[pos] == value; in read() 212 m_bytes[pos] = value; in read() 221 || m_bytes[pos] == value; in modifyXor() 223 m_bytes[pos] = value ^ mask; in modifyXor() 260 vector<deUint8> m_bytes; member in vkt::memory::__anon9c940bbb0111::ReferenceMemory
|