Searched refs:_NSEC_PER_SEC (Results 1 – 1 of 1) sorted by relevance
94 #define _NSEC_PER_SEC 1000000000 macro104 tv.tv_sec = ts_nanosec / _NSEC_PER_SEC; in snf_timestamp_to_timeval()105 tv.tv_usec = (ts_nanosec % _NSEC_PER_SEC) / 1000; in snf_timestamp_to_timeval()