Searched refs:WINTIME (Results 1 – 2 of 2) sorted by relevance
1803 #define WINTIME(sec, nsec) ((Int32x32To64(sec, 10000000) + EPOC_TIME)\ in assertion_utimes() macro1821 wintm.QuadPart = WINTIME(at, at_nsec); in assertion_utimes()1828 wintm.QuadPart = WINTIME(mt, mt_nsec); in assertion_utimes()
2123 #define WINTIME(sec, nsec) (((sec * 10000000LL) + EPOC_TIME)\ in assertion_utimes() macro2141 wintm.QuadPart = WINTIME(at, at_nsec); in assertion_utimes()2148 wintm.QuadPart = WINTIME(mt, mt_nsec); in assertion_utimes()