OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpcodeOrNone
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sdch/open-vcdiff/src/
instruction_map.h
67
OpcodeOrNone
LookupFirstOpcode(unsigned char inst,
82
OpcodeOrNone
LookupSecondOpcode(unsigned char first_opcode,
101
OpcodeOrNone
* opcode_slot = &first_opcodes_[inst + mode][size];
109
OpcodeOrNone
Lookup(unsigned char inst,
142
// 2) A dynamically-allocated array of
OpcodeOrNone
values, with one element
148
OpcodeOrNone
** first_opcodes_;
169
OpcodeOrNone
Lookup(unsigned char first_opcode,
191
OpcodeOrNone
** second_opcodes_[VCDiffCodeTableData::kCodeTableSize];
instruction_map.cc
48
static void ClearSizeOpcodeArray(int length,
OpcodeOrNone
* array) {
54
static
OpcodeOrNone
* NewSizeOpcodeArray(int length) {
55
OpcodeOrNone
* array = new
OpcodeOrNone
[length];
65
first_opcodes_ = new
OpcodeOrNone
*[num_instruction_type_modes_];
109
OpcodeOrNone
**& inst_mode_array = second_opcodes_[first_opcode];
111
inst_mode_array = new
OpcodeOrNone
*[num_instruction_type_modes_];
116
OpcodeOrNone
*& size_array = inst_mode_array[inst + mode];
127
OpcodeOrNone
VCDiffInstructionMap::SecondInstructionMap::Lookup(
135
const
OpcodeOrNone
* const * const inst_mode_array
[
all
...]
codetable.h
45
//
OpcodeOrNone
: An opcode is a value between 0-255. There is not room
49
typedef uint16_t
OpcodeOrNone
;
50
const
OpcodeOrNone
kNoOpcode = 0x100; // outside the opcode range 0x00 - 0xFF
decodetable.h
142
OpcodeOrNone
pending_second_instruction_;
143
OpcodeOrNone
last_pending_second_instruction_;
encodetable.cc
191
OpcodeOrNone
compound_opcode = kNoOpcode;
218
OpcodeOrNone
opcode = kNoOpcode;
Completed in 1422 milliseconds