Home
last modified time | relevance | path

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

/external/open-vcdiff/src/
Ddecodetable.h66 last_pending_second_instruction_ = kNoOpcode; in Init()
81 last_pending_second_instruction_ = pending_second_instruction_; in UpdatePointers()
117 (last_pending_second_instruction_ != kNoOpcode)) { in UnGetInstruction()
121 pending_second_instruction_ = last_pending_second_instruction_; in UnGetInstruction()
143 OpcodeOrNone last_pending_second_instruction_; variable
Ddecodetable.cc35 last_pending_second_instruction_(kNoOpcode) { in VCDiffCodeTableReader()
58 last_pending_second_instruction_ = pending_second_instruction_; in GetNextInstruction()
/external/chromium/sdch/open-vcdiff/src/
Ddecodetable.h66 last_pending_second_instruction_ = kNoOpcode; in Init()
81 last_pending_second_instruction_ = pending_second_instruction_; in UpdatePointers()
117 (last_pending_second_instruction_ != kNoOpcode)) { in UnGetInstruction()
121 pending_second_instruction_ = last_pending_second_instruction_; in UnGetInstruction()
143 OpcodeOrNone last_pending_second_instruction_; variable
Ddecodetable.cc35 last_pending_second_instruction_(kNoOpcode) { in VCDiffCodeTableReader()
58 last_pending_second_instruction_ = pending_second_instruction_; in GetNextInstruction()