Home
last modified time | relevance | path

Searched refs:bytes_len (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp693 const size_t bytes_len = m_bytes.size(); in CheckForPacket() local
696 for (idx = 1; !done && idx < bytes_len; ++idx) { in CheckForPacket()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp258 InstructionLengthDecode(const uint8_t *inst_bytes, int bytes_len, in InstructionLengthDecode() argument
269 if (op_idx >= bytes_len) in InstructionLengthDecode()