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

/freebsd-10.0-release/contrib/ntp/
H A Dconfig.h.in1296 #undef WINTIME
/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dmain.c1677 #define WINTIME(sec, nsec) ((Int32x32To64(sec, 10000000) + EPOC_TIME)\ macro
1695 wintm.QuadPart = WINTIME(at, at_nsec);
1702 wintm.QuadPart = WINTIME(mt, mt_nsec);
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dmain.c1676 #define WINTIME(sec, nsec) ((Int32x32To64(sec, 10000000) + EPOC_TIME)\ macro
1694 wintm.QuadPart = WINTIME(at, at_nsec);
1701 wintm.QuadPart = WINTIME(mt, mt_nsec);
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dmain.c1678 #define WINTIME(sec, nsec) ((Int32x32To64(sec, 10000000) + EPOC_TIME)\ macro
1696 wintm.QuadPart = WINTIME(at, at_nsec);
1703 wintm.QuadPart = WINTIME(mt, mt_nsec);

Completed in 185 milliseconds