Searched refs:HOUR2SEC (Results 1 – 1 of 1) sorted by relevance
50 static constexpr int HOUR2SEC = MIN2SEC * HOUR2MIN; variable131 uint32_t hour = tmp / HOUR2SEC; in DurationStr()132 tmp -= (hour * HOUR2SEC); in DurationStr()