Searched refs:bytes_len (Results 1 – 2 of 2) sorted by relevance
693 const size_t bytes_len = m_bytes.size(); in CheckForPacket() local696 for (idx = 1; !done && idx < bytes_len; ++idx) { in CheckForPacket()
258 InstructionLengthDecode(const uint8_t *inst_bytes, int bytes_len, in InstructionLengthDecode() argument269 if (op_idx >= bytes_len) in InstructionLengthDecode()