HomeSort by relevance Sort by last modified time
    Searched refs:last_opcode_index_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sdch/open-vcdiff/src/
encodetable.cc 63 last_opcode_index_(-1),
81 last_opcode_index_(-1),
119 last_opcode_index_ = -1;
146 // single-instruction opcode at position last_opcode_index_ will be
156 // most recently added opcode, last_opcode_index_ has the value 10.
180 if (last_opcode_index_ >= 0) {
182 instructions_and_sizes_[last_opcode_index_];
199 instructions_and_sizes_[last_opcode_index_] =
201 last_opcode_index_ = -1;
211 instructions_and_sizes_[last_opcode_index_]
    [all...]
encodetable.h 212 int last_opcode_index_; member in class:open_vcdiff::VCDiffCodeTableWriter

Completed in 242 milliseconds