Searched refs:high_bound (Results 1 – 2 of 2) sorted by relevance
364 int32_t high_bound = (low_bound_index == checksum_range_.size() - 1) ? in ComputeChecksum() local367 sum += ComputeCheckSum(low_bound, high_bound); in ComputeChecksum()376 int32_t high_bound) { in ComputeCheckSum() argument379 for (int32_t i = low_bound; i <= high_bound - 4; i += 4) { in ComputeCheckSum()384 int32_t off = high_bound & -4; in ComputeCheckSum()385 if (off < high_bound) { in ComputeCheckSum()387 int32_t b2 = (off + 1 < high_bound) ? ReadUByte(off + 1) : 0; in ComputeCheckSum()388 int32_t b1 = (off + 2 < high_bound) ? ReadUByte(off + 2) : 0; in ComputeCheckSum()
304 int64_t ComputeCheckSum(int32_t low_bound, int32_t high_bound);