OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_opcode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sdch/open-vcdiff/src/
instruction_map.h
82
OpcodeOrNone LookupSecondOpcode(unsigned char
first_opcode
,
86
return second_instruction_map_.Lookup(
first_opcode
, inst, size, mode);
162
void Add(unsigned char
first_opcode
,
169
OpcodeOrNone Lookup(unsigned char
first_opcode
,
instruction_map.cc
104
unsigned char
first_opcode
,
109
OpcodeOrNone**& inst_mode_array = second_opcodes_[
first_opcode
];
128
unsigned char
first_opcode
,
136
second_opcodes_[
first_opcode
];
instruction_map_test.cc
172
int
first_opcode
= exercise_map->LookupFirstOpcode(inst1, size1, mode1);
local
173
EXPECT_NE(kNoOpcode,
first_opcode
);
175
exercise_map->LookupSecondOpcode(
first_opcode
,
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
mux_client_for_testing.py
292
first_opcode
= None
298
if not
first_opcode
:
309
first_opcode
= opcode
333
return
first_opcode
, message
Completed in 220 milliseconds