Home
last modified time | relevance | path

Searched refs:WINTIME (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c1803 #define WINTIME(sec, nsec) ((Int32x32To64(sec, 10000000) + EPOC_TIME)\ in assertion_utimes() macro
1821 wintm.QuadPart = WINTIME(at, at_nsec); in assertion_utimes()
1828 wintm.QuadPart = WINTIME(mt, mt_nsec); in assertion_utimes()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2106 #define WINTIME(sec, nsec) ((Int32x32To64(sec, 10000000) + EPOC_TIME)\ in assertion_utimes() macro
2124 wintm.QuadPart = WINTIME(at, at_nsec); in assertion_utimes()
2131 wintm.QuadPart = WINTIME(mt, mt_nsec); in assertion_utimes()