/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | DataBufferHeap.cpp | 24 DataBufferHeap::DataBufferHeap(const void *src, lldb::offset_t src_len) in DataBufferHeap() 53 void DataBufferHeap::CopyData(const void *src, uint64_t src_len) { in CopyData() 61 void DataBufferHeap::AppendData(const void *src, uint64_t src_len) { in AppendData()
|
H A D | RegisterValue.cpp | 56 const uint32_t src_len = reg_info.byte_size; in GetAsMemoryData() local 80 const void *src, uint32_t src_len, in SetFromMemoryData() 181 uint32_t src_len = src.GetByteSize() - src_offset; in SetValueFromData() local
|
H A D | GDBRemote.cpp | 28 int StreamGDBRemote::PutEscapedBytes(const void *s, size_t src_len) { in PutEscapedBytes()
|
H A D | Event.cpp | 111 EventDataBytes::EventDataBytes(const void *src, size_t src_len) : m_bytes() { in EventDataBytes() 142 void EventDataBytes::SetBytes(const void *src, size_t src_len) { in SetBytes()
|
H A D | Stream.cpp | 329 size_t Stream::PutRawBytes(const void *s, size_t src_len, in PutRawBytes() 356 size_t Stream::PutBytesAsRawHex8(const void *s, size_t src_len, in PutBytesAsRawHex8()
|
H A D | DataEncoder.cpp | 112 uint32_t src_len) { in PutData()
|
/openbsd-src/sys/crypto/ |
H A D | chachapoly.c | 122 const size_t src_len, in chacha20poly1305_encrypt() 163 const size_t src_len, in chacha20poly1305_decrypt() 215 const size_t src_len, in xchacha20poly1305_encrypt() 241 const size_t src_len, in xchacha20poly1305_decrypt()
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | Communication.cpp | 98 size_t Communication::Write(const void *src, size_t src_len, in Write() 117 size_t Communication::WriteAll(const void *src, size_t src_len, in WriteAll()
|
H A D | EmulateInstruction.cpp | 213 const void *src, size_t src_len) { in WriteMemory() 277 size_t src_len) { in WriteMemoryFrame()
|
H A D | Value.cpp | 161 const size_t src_len = rhs.GetBuffer().GetByteSize(); in AppendDataToHostBuffer() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | CommunicationKDP.cpp | 229 bool CommunicationKDP::CheckForPacket(const uint8_t *src, size_t src_len, in CheckForPacket() 563 uint32_t src_len = reply_packet.GetByteSize() - 12; in SendRequestReadMemory() local 586 uint32_t src_len, in SendRequestWriteMemory() 620 uint32_t src_len, // Raw packet payload length in SendRawRequest() 1183 uint32_t src_len = reply_packet.GetByteSize() - 12; in SendRequestReadRegisters() local 1212 uint32_t src_len, in SendRequestWriteRegisters()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Stream.h | 101 size_t Write(const void *src, size_t src_len) { in Write()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationHistory.cpp | 45 uint32_t src_len, in AddPacket()
|
/openbsd-src/gnu/llvm/lldb/source/Host/common/ |
H A D | FileCache.cpp | 64 const void *src, uint64_t src_len, in WriteFile()
|
H A D | Socket.cpp | 244 const size_t src_len = num_bytes; in Write() local
|
H A D | NativeRegisterContext.cpp | 316 const RegisterInfo *reg_info, lldb::addr_t src_addr, size_t src_len, in ReadRegisterValueFromMemory()
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBCommunication.cpp | 120 size_t SBCommunication::Write(const void *src, size_t src_len, in Write()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextThreadMemory.cpp | 196 uint32_t src_len, RegisterValue ®_value) { in ReadRegisterValueFromMemory()
|
/openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
H A D | ConnectionGenericFileWindows.cpp | 257 size_t ConnectionGenericFile::Write(const void *src, size_t src_len, in Write()
|
/openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
H A D | ScriptInterpreter.cpp | 143 size_t src_len) { in ReadThreadBytesReceived()
|
/openbsd-src/sys/net/ |
H A D | wg_noise.c | 861 size_t src_len) in noise_mix_hash() 903 noise_msg_encrypt(uint8_t *dst, const uint8_t *src, size_t src_len, in noise_msg_encrypt() 913 noise_msg_decrypt(uint8_t *dst, const uint8_t *src, size_t src_len, in noise_msg_decrypt()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
H A D | ObjectFileJIT.cpp | 208 size_t src_len = file_size - section_offset; in ReadSectionData() local
|
/openbsd-src/regress/sys/dev/video/ |
H A D | videotest.c | 573 jpeg_insert_dht(uint8_t *src, int src_len, uint8_t *dst, int *dst_len) in jpeg_insert_dht()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 237 const void *src, uint64_t src_len, in WriteFile()
|
H A D | Memory.cpp | 42 size_t src_len) { in AddL1CacheData()
|