Home
last modified time | relevance | path

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

/third_party/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()
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_impl.h29 #define US_PER_SEC 1000000 macro
34 ( (((end).tv_sec - (begin).tv_sec) * US_PER_SEC) + \
Dcheck_print.c209 tr->duration < 0 ? -1 : tr->duration / US_PER_SEC, in tr_xmlprint()
210 tr->duration < 0 ? 0 : tr->duration % US_PER_SEC); in tr_xmlprint()
Dcheck_log.c313 duration / US_PER_SEC, duration % US_PER_SEC); in xml_lfun()
/third_party/ltp/testcases/realtime/include/
Dlibrttest.h74 #define US_PER_SEC 1000000 macro
/third_party/libcoap/src/
Dcoap_io_riot.c207 xtimer_msg_receive_timeout(&msg, timeout_ms * US_PER_SEC); in coap_io_process()