Home
last modified time | relevance | path

Searched refs:US_PER_SEC (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/include/android_stub/log/
Dlog_time.h24 #define US_PER_SEC 1000000ULL macro
142 return static_cast<uint64_t>(tv_sec) * US_PER_SEC + in usec()
143 tv_nsec / (NS_PER_SEC / US_PER_SEC); in usec()
/external/ltp/testcases/realtime/include/
Dlibrttest.h75 #define US_PER_SEC 1000000 macro