Searched refs:MS_PER_SEC (Results 1 – 4 of 4) sorted by relevance
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()
75 #define MS_PER_SEC 1000 macro
740 #define MS_PER_SEC 1E3743 - cycles_per_ms = (freq + MS_PER_SEC - 1) / MS_PER_SEC;746 + cycles_per_ms = (freq + MS_PER_SEC - 1) / MS_PER_SEC;
1875 +#define MS_PER_SEC 1E31878 + cycles_per_ms = (freq + MS_PER_SEC - 1) / MS_PER_SEC;