Searched refs:wintm (Results 1 – 2 of 2) sorted by relevance
1283 ULARGE_INTEGER wintm; in assertion_file_time() local1311 wintm.LowPart = fxtime.dwLowDateTime; in assertion_file_time()1312 wintm.HighPart = fxtime.dwHighDateTime; in assertion_file_time()1313 filet = (wintm.QuadPart - EPOC_TIME) / 10000000; in assertion_file_time()1314 filet_nsec = ((wintm.QuadPart - EPOC_TIME) % 10000000) * 100; in assertion_file_time()1806 ULARGE_INTEGER wintm; in assertion_utimes() local1821 wintm.QuadPart = WINTIME(at, at_nsec); in assertion_utimes()1822 fatime.dwLowDateTime = wintm.LowPart; in assertion_utimes()1823 fatime.dwHighDateTime = wintm.HighPart; in assertion_utimes()1828 wintm.QuadPart = WINTIME(mt, mt_nsec); in assertion_utimes()[all …]
1454 ULARGE_INTEGER wintm; in assertion_file_time() local1482 wintm.LowPart = fxtime.dwLowDateTime; in assertion_file_time()1483 wintm.HighPart = fxtime.dwHighDateTime; in assertion_file_time()1484 filet = (wintm.QuadPart - EPOC_TIME) / 10000000; in assertion_file_time()1485 filet_nsec = ((wintm.QuadPart - EPOC_TIME) % 10000000) * 100; in assertion_file_time()2109 ULARGE_INTEGER wintm; in assertion_utimes() local2124 wintm.QuadPart = WINTIME(at, at_nsec); in assertion_utimes()2125 fatime.dwLowDateTime = wintm.LowPart; in assertion_utimes()2126 fatime.dwHighDateTime = wintm.HighPart; in assertion_utimes()2131 wintm.QuadPart = WINTIME(mt, mt_nsec); in assertion_utimes()[all …]