Searched refs:delta_buckets (Results 1 – 1 of 1) sorted by relevance
51 int64 delta_buckets = seconds_since_oldest / bucket_time_.InSeconds(); in Increment() local52 DCHECK(delta_buckets >= 0); in Increment()53 size_t index_offset = static_cast<size_t>(delta_buckets); in Increment()55 int current_index = (oldest_index_ + delta_buckets) % history_.size(); in Increment()80 int64 delta_buckets = seconds_since_oldest / bucket_time_.InSeconds(); in ClearOldBuckets() local84 if (delta_buckets < 0) { in ClearOldBuckets()88 size_t delta_index = static_cast<size_t>(delta_buckets); in ClearOldBuckets()