Searched refs:opcode_offset (Results 1 – 2 of 2) sorted by relevance
115 constexpr size_t opcode_offset = sizeof(FDE); in WriteMinidebugInfo() local117 lhs.first->data() + opcode_offset, lhs.first->data() + lhs.first->size(), in WriteMinidebugInfo()118 rhs.first->data() + opcode_offset, rhs.first->data() + rhs.first->size()); in WriteMinidebugInfo()
74 size_t opcode_offset = HCI_EVENT_PREAMBLE_SIZE + 1; // Skip num packets. in internal_command_event_match() local76 uint16_t opcode = packet[opcode_offset] | (packet[opcode_offset + 1] << 8); in internal_command_event_match()