Searched refs:NS_PER_S (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dtime.c32 #define NS_PER_S 1000000000 /*%< Nanoseconds per second. */ macro
38 * All of the INSIST()s checks of nanoseconds < NS_PER_S are for
86 REQUIRE(nanoseconds < NS_PER_S);
95 INSIST(i->nanoseconds < NS_PER_S);
114 REQUIRE(nanoseconds < NS_PER_S);
131 INSIST(t->nanoseconds < NS_PER_S);
189 INSIST(i->nanoseconds < NS_PER_S);
225 if (t->nanoseconds >= NS_PER_S) {
227 t->nanoseconds -= NS_PER_S;
236 INSIST(t1->nanoseconds < NS_PER_S
[all...]
/bind-9.11.3/lib/isc/win32/
H A Dtime.c34 #define NS_PER_S 1000000000 macro
36 #define INTERVALS_PER_S (NS_PER_S / NS_INTERVAL)
58 REQUIRE(nanoseconds < NS_PER_S);
83 REQUIRE(nanoseconds < NS_PER_S);

Completed in 47 milliseconds