Searched refs:low_bound_index (Results 1 – 1 of 1) sorted by relevance
302 for (uint32_t low_bound_index = 0; low_bound_index < checksum_range_.size(); in ComputeChecksum() local303 low_bound_index += 2) { in ComputeChecksum()304 int32_t low_bound = checksum_range_[low_bound_index]; in ComputeChecksum()305 int32_t high_bound = (low_bound_index == checksum_range_.size() - 1) ? in ComputeChecksum()307 checksum_range_[low_bound_index + 1]; in ComputeChecksum()