Searched refs:last_legal_hash_index (Results 1 – 1 of 1) sorted by relevance
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()