Home
last modified time | relevance | path

Searched refs:last_opcode_index_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dencodetable.cc46 last_opcode_index_(-1), in VCDiffCodeTableWriter()
65 last_opcode_index_(-1), in VCDiffCodeTableWriter()
103 last_opcode_index_ = -1; in Init()
148 if (last_opcode_index_ >= 0) { in EncodeInstruction()
150 instructions_and_sizes_[last_opcode_index_]; in EncodeInstruction()
167 instructions_and_sizes_[last_opcode_index_] = in EncodeInstruction()
169 last_opcode_index_ = -1; in EncodeInstruction()
179 instructions_and_sizes_[last_opcode_index_] = in EncodeInstruction()
181 last_opcode_index_ = -1; in EncodeInstruction()
194 last_opcode_index_ = static_cast<int>(instructions_and_sizes_.size() - 1); in EncodeInstruction()
[all …]
Dencodetable.h211 int last_opcode_index_; variable
/external/open-vcdiff/src/
Dencodetable.cc63 last_opcode_index_(-1), in VCDiffCodeTableWriter()
81 last_opcode_index_(-1), in VCDiffCodeTableWriter()
119 last_opcode_index_ = -1; in Init()
180 if (last_opcode_index_ >= 0) { in EncodeInstruction()
182 instructions_and_sizes_[last_opcode_index_]; in EncodeInstruction()
199 instructions_and_sizes_[last_opcode_index_] = in EncodeInstruction()
201 last_opcode_index_ = -1; in EncodeInstruction()
211 instructions_and_sizes_[last_opcode_index_] = in EncodeInstruction()
213 last_opcode_index_ = -1; in EncodeInstruction()
226 last_opcode_index_ = static_cast<int>(instructions_and_sizes_.size() - 1); in EncodeInstruction()
[all …]
Dencodetable.h212 int last_opcode_index_; variable