Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dblockhash.cc222 int last_legal_hash_index = static_cast<int>(source_size() - kBlockSize); in AddAllBlocksThroughIndex() local
223 if (end_limit > last_legal_hash_index) { in AddAllBlocksThroughIndex()
224 end_limit = last_legal_hash_index + 1; in AddAllBlocksThroughIndex()