Searched refs:_now (Results 1 – 1 of 1) sorted by relevance
101 } _now; in getntptimeofday() local120 getSystemTime((FileTime*)&_now.ft); /* 100-nanoseconds since 1-1-1601 */ in getntptimeofday()123 _now.ns100 -= FILETIME_1970; /* 100 nano-seconds since 1-1-1970 */ in getntptimeofday()125 _now.ns100 / HECTONANOSEC_PER_SEC; /* seconds since 1-1-1970 */ in getntptimeofday()126 tp->tv_nsec = (long)(_now.ns100 % HECTONANOSEC_PER_SEC) * in getntptimeofday()