Searched refs:low_bound (Results 1 – 2 of 2) sorted by relevance
363 int32_t low_bound = checksum_range_[low_bound_index]; in ComputeChecksum() local367 sum += ComputeCheckSum(low_bound, high_bound); in ComputeChecksum()375 int64_t ReadableFontData::ComputeCheckSum(int32_t low_bound, in ComputeCheckSum() argument379 for (int32_t i = low_bound; i <= high_bound - 4; i += 4) { in ComputeCheckSum()
304 int64_t ComputeCheckSum(int32_t low_bound, int32_t high_bound);