OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opcode_offset
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.h
94
unsigned int
opcode_offset
; \
103
#define fix_opcode_offset(X) (X)->tc_fix_data.
opcode_offset
tc-ns32k.c
[
all
...]
/hardware/interfaces/bluetooth/1.0/default/
vendor_interface.cc
76
size_t
opcode_offset
= HCI_EVENT_PREAMBLE_SIZE + 1; // Skip num packets.
local
78
uint16_t opcode = packet[
opcode_offset
] | (packet[
opcode_offset
+ 1] << 8);
Completed in 899 milliseconds