Searched refs:kWakesPerHour (Results 1 – 1 of 1) sorted by relevance
2216 constexpr int kWakesPerHour = 60 * 60 / kSecondsPerWake; in collect() local2258 if (wake_hours >= kWakesPerHour) { in collect()2259 if (wake_hours >= 2 * kWakesPerHour) in collect()2261 wake_hours %= kWakesPerHour; in collect()