Searched refs:ns100 (Results 1 – 1 of 1) sorted by relevance
99 unsigned long long ns100; /*time since 1 Jan 1601 in 100ns units */ in getntptimeofday() member123 _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()