Searched refs:US_PER_SEC (Results 1 – 6 of 6) sorted by relevance
24 #define US_PER_SEC 1000000ULL macro142 return static_cast<uint64_t>(tv_sec) * US_PER_SEC + in usec()143 tv_nsec / (NS_PER_SEC / US_PER_SEC); in usec()
29 #define US_PER_SEC 1000000 macro34 ( (((end).tv_sec - (begin).tv_sec) * US_PER_SEC) + \
209 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()
313 duration / US_PER_SEC, duration % US_PER_SEC); in xml_lfun()
74 #define US_PER_SEC 1000000 macro
207 xtimer_msg_receive_timeout(&msg, timeout_ms * US_PER_SEC); in coap_io_process()