Searched refs:MIN_TO_NANOS (Results 1 – 4 of 4) sorted by relevance
46 #define MIN_TO_NANOS(x) SEC_TO_NANOS ((x) * UINT64_C(60)) macro47 #define HRS_TO_NANOS(x) MIN_TO_NANOS ((x) * UINT64_C(60))
130 #define OTC_MODEL_AGE_UPDATE_NANOS (MIN_TO_NANOS(1))140 #define OTC_OFFSET_IS_STALE_NANOS (MIN_TO_NANOS(30))
38 .offset_age_nanos = MIN_TO_NANOS(5),44 .offset_age_nanos = MIN_TO_NANOS(15),
479 MIN_TO_NANOS(kGyroscopeMessagePlan.duration_of_rapid_messages_min))) in HandleGyroLogMessage()480 ? MIN_TO_NANOS(kGyroscopeMessagePlan.slow_message_interval_min) in HandleGyroLogMessage()