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

/external/chromium/sdch/open-vcdiff/src/
H A Ddecodetable.h65 pending_second_instruction_ = kNoOpcode;
80 // pending_second_instruction_ is unchanged
81 last_pending_second_instruction_ = pending_second_instruction_;
116 if ((pending_second_instruction_ != kNoOpcode) &&
121 pending_second_instruction_ = last_pending_second_instruction_;
142 OpcodeOrNone pending_second_instruction_; member in class:open_vcdiff::VCDiffCodeTableReader

Completed in 35 milliseconds