Searched refs:last_legal_hash_index (Results 1 – 3 of 3) sorted by relevance
223 int last_legal_hash_index = static_cast<int>(source_size() - kBlockSize); in AddAllBlocksThroughIndex() local224 if (end_limit > last_legal_hash_index) { in AddAllBlocksThroughIndex()225 end_limit = last_legal_hash_index + 1; in AddAllBlocksThroughIndex()
222 int last_legal_hash_index = static_cast<int>(source_size() - kBlockSize); in AddAllBlocksThroughIndex() local223 if (end_limit > last_legal_hash_index) { in AddAllBlocksThroughIndex()224 end_limit = last_legal_hash_index + 1; in AddAllBlocksThroughIndex()