Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dblockhash.cc210 const int last_index_added = last_block_added_ * kBlockSize; in AddAllBlocksThroughIndex() local
211 if (end_index <= last_index_added) { in AddAllBlocksThroughIndex()
214 << " <= last index added ( " << last_index_added in AddAllBlocksThroughIndex()