Searched refs:kHoursPerDay (Results 1 – 3 of 3) sorted by relevance
210 static constexpr int64_t kHoursPerDay = 24;213 kMillisecondsPerSecond * 60 * 60 * kHoursPerDay;220 kMicrosecondsPerHour * kHoursPerDay;
333 static const int64_t kHoursPerDay = 24;336 kMillisecondsPerSecond * 60 * 60 * kHoursPerDay;343 kMicrosecondsPerHour * kHoursPerDay;
1160 #define kHoursPerDay 24 macro