HomeSort by relevance Sort by last modified time
    Searched full:instruction_type (Results 1 - 1 of 1) sorted by null

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

Completed in 36 milliseconds