Home
last modified time | relevance | path

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

/external/chromium_org/sdch/open-vcdiff/src/
Dblockhash.cc223 int last_legal_hash_index = static_cast<int>(source_size() - kBlockSize); in AddAllBlocksThroughIndex() local
224 if (end_limit > last_legal_hash_index) { in AddAllBlocksThroughIndex()
225 end_limit = last_legal_hash_index + 1; in AddAllBlocksThroughIndex()
/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()
/external/open-vcdiff/src/
Dblockhash.cc223 int last_legal_hash_index = static_cast<int>(source_size() - kBlockSize); in AddAllBlocksThroughIndex() local
224 if (end_limit > last_legal_hash_index) { in AddAllBlocksThroughIndex()
225 end_limit = last_legal_hash_index + 1; in AddAllBlocksThroughIndex()