Searched refs:low_bound_index (Results 1 – 1 of 1) sorted by relevance
361 for (uint32_t low_bound_index = 0; low_bound_index < checksum_range_.size(); in ComputeChecksum() local362 low_bound_index += 2) { in ComputeChecksum()363 int32_t low_bound = checksum_range_[low_bound_index]; in ComputeChecksum()364 int32_t high_bound = (low_bound_index == checksum_range_.size() - 1) ? in ComputeChecksum()366 checksum_range_[low_bound_index + 1]; in ComputeChecksum()