Searched refs:_NSEC_PER_SEC (Results 1 – 1 of 1) sorted by relevance
106 #define _NSEC_PER_SEC 1000000000 macro119 tv.tv_sec = ts_nanosec / _NSEC_PER_SEC; in snf_timestamp_to_timeval()120 tv_nsec = (ts_nanosec % _NSEC_PER_SEC); in snf_timestamp_to_timeval()