Home
last modified time | relevance | path

Searched refs:next_slot_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
Daddrcache.cc51 next_slot_(0) { } in VCDiffAddressCache()
56 next_slot_(0) { } in VCDiffAddressCache()
101 next_slot_ = 0; // in case Init() is called a second time to reinit in Init()
120 near_addresses_[next_slot_] = address; in UpdateCache()
121 next_slot_ = (next_slot_ + 1) % near_cache_size_; in UpdateCache()
Daddrcache.h204 int next_slot_; variable
/external/open-vcdiff/src/
Daddrcache.cc51 next_slot_(0) { } in VCDiffAddressCache()
56 next_slot_(0) { } in VCDiffAddressCache()
101 next_slot_ = 0; // in case Init() is called a second time to reinit in Init()
120 near_addresses_[next_slot_] = address; in UpdateCache()
121 next_slot_ = (next_slot_ + 1) % near_cache_size_; in UpdateCache()
Daddrcache.h204 int next_slot_; variable
/external/chromium/sdch/open-vcdiff/src/
Daddrcache.cc51 next_slot_(0) { } in VCDiffAddressCache()
56 next_slot_(0) { } in VCDiffAddressCache()
101 next_slot_ = 0; // in case Init() is called a second time to reinit in Init()
120 near_addresses_[next_slot_] = address; in UpdateCache()
121 next_slot_ = (next_slot_ + 1) % near_cache_size_; in UpdateCache()
Daddrcache.h204 int next_slot_; variable
/external/chromium_org/v8/src/mips/
Dassembler-mips.h1169 next_slot_ = 0; in Trampoline()
1175 next_slot_ = start; in Trampoline()
1194 trampoline_slot = next_slot_; in take_slot()
1196 next_slot_ += kTrampolineSlotsSize; in take_slot()
1204 int next_slot_; variable
/external/v8/src/mips/
Dassembler-mips.h1213 next_slot_ = 0; in Trampoline()
1219 next_slot_ = start; in Trampoline()
1238 trampoline_slot = next_slot_; in take_slot()
1240 next_slot_ += kTrampolineSlotsSize; in take_slot()
1248 int next_slot_; variable