Home
last modified time | relevance | path

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

/external/open-vcdiff/src/
Ddecodetable.cc60 unsigned char instruction_type = VCD_NOOP; in GetNextInstruction() local
69 instruction_type = code_table_data_->inst2[opcode]; in GetNextInstruction()
86 instruction_type = code_table_data_->inst1[opcode]; in GetNextInstruction()
92 } while (instruction_type == VCD_NOOP); in GetNextInstruction()
111 return static_cast<VCDiffInstructionType>(instruction_type); in GetNextInstruction()
/external/chromium/sdch/open-vcdiff/src/
Ddecodetable.cc60 unsigned char instruction_type = VCD_NOOP; in GetNextInstruction() local
69 instruction_type = code_table_data_->inst2[opcode]; in GetNextInstruction()
86 instruction_type = code_table_data_->inst1[opcode]; in GetNextInstruction()
92 } while (instruction_type == VCD_NOOP); in GetNextInstruction()
111 return static_cast<VCDiffInstructionType>(instruction_type); in GetNextInstruction()