Home
last modified time | relevance | path

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

/aosp12/art/tools/create_minidebuginfo/
H A Dcreate_minidebuginfo.cc115 constexpr size_t opcode_offset = sizeof(FDE); in WriteMinidebugInfo() local
117 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()
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dvendor_interface.cc74 size_t opcode_offset = HCI_EVENT_PREAMBLE_SIZE + 1; // Skip num packets. in internal_command_event_match() local
76 uint16_t opcode = packet[opcode_offset] | (packet[opcode_offset + 1] << 8); in internal_command_event_match()