Searched defs:instruction_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Ddecodetable.cc61 int32_t instruction_size = 0; local
70 instruction_size = code_table_data_->size2[opcode];
87 instruction_size = code_table_data_->size1[opcode];
93 if (instruction_size == 0) {
108 *size = instruction_size;

Completed in 194 milliseconds