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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_clock.c64 #define NS100_PER_SEC (NS_PER_SEC / 100) macro
69 tp->tv_sec = (time_t)(ns_since_epoch / NS100_PER_SEC);
70 tp->tv_nsec = (long)(ns_since_epoch % NS100_PER_SEC);

Completed in 59 milliseconds