Searched refs:MS_PER_SEC (Results 1 – 4 of 4) sorted by relevance
29 #ifndef MS_PER_SEC30 #define MS_PER_SEC 1000ULL macro
25 #define MS_PER_SEC 1000ULL macro146 return static_cast<uint64_t>(tv_sec) * MS_PER_SEC + in msec()147 tv_nsec / (NS_PER_SEC / MS_PER_SEC); in msec()
730 static const uint64_t sec = MS_PER_SEC; in formatMsec()913 if (span > (monthSec * MS_PER_SEC)) { in Format()
108 #define NS_PER_MS (NS_PER_SEC / MS_PER_SEC)109 #define US_PER_MS (US_PER_SEC / MS_PER_SEC)989 return (to->tv_sec - from->tv_sec) * (long)MS_PER_SEC + in get_time_diff_ms()