Searched refs:checksum_range_ (Results 1 – 2 of 2) sorted by relevance
58 checksum_range_ = ranges; in SetCheckSumRanges()358 if (checksum_range_.empty()) { in ComputeChecksum()361 for (uint32_t low_bound_index = 0; low_bound_index < checksum_range_.size(); 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()
309 IntegerList checksum_range_; variable