Home
last modified time | relevance | path

Searched refs:MS_PER_SEC (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/include/android_stub/log/
Dlog_time.h25 #define MS_PER_SEC 1000ULL macro
146 return static_cast<uint64_t>(tv_sec) * MS_PER_SEC + in msec()
147 tv_nsec / (NS_PER_SEC / MS_PER_SEC); in msec()
/third_party/ltp/testcases/realtime/include/
Dlibrttest.h75 #define MS_PER_SEC 1000 macro
/third_party/lwip/
D0016-lstack-support-mysql-mode.patch740 #define MS_PER_SEC 1E3
743 - cycles_per_ms = (freq + MS_PER_SEC - 1) / MS_PER_SEC;
746 + cycles_per_ms = (freq + MS_PER_SEC - 1) / MS_PER_SEC;
D0002-adapt-lstack.patch1875 +#define MS_PER_SEC 1E3
1878 + cycles_per_ms = (freq + MS_PER_SEC - 1) / MS_PER_SEC;