Lines Matching refs:ns100
1737 unsigned __int64 ns100; /*time since 1 Jan 1601 in 100ns units */1744 tp->tv_usec=(long)((_now.ns100 / 10) % 1000000 );1745 tp->tv_sec= (long)((_now.ns100 - _W32_FT_OFFSET) / 10000000);