HomeSort by: relevance | last modified time | path
    Searched defs:NS_PER_SEC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
time.h 35 ISC_CONSTEXPR unsigned int NS_PER_SEC = 1000 * 1000 * 1000;
101 (NS_PER_SEC * (isc_nanosecs_t)(time).seconds + (time).nanoseconds)
108 .seconds = (ns) / NS_PER_SEC, \
109 .nanoseconds = (ns) % NS_PER_SEC, \
  /src/usr.sbin/altq/libaltq/
qop_cbq.c 80 #define NS_PER_SEC (NS_PER_MS*1000.0)

Completed in 22 milliseconds