Searched refs:EPOC_TIME (Results 1 – 2 of 2) sorted by relevance
1281 #define EPOC_TIME (116444736000000000ULL) in assertion_file_time() macro1313 filet = (wintm.QuadPart - EPOC_TIME) / 10000000; in assertion_file_time()1314 filet_nsec = ((wintm.QuadPart - EPOC_TIME) % 10000000) * 100; in assertion_file_time()1803 #define WINTIME(sec, nsec) ((Int32x32To64(sec, 10000000) + EPOC_TIME)\ in assertion_utimes()
1514 #define EPOC_TIME (116444736000000000ULL) in assertion_file_time() macro1547 filet = (wintm.QuadPart - EPOC_TIME) / 10000000; in assertion_file_time()1548 filet_nsec = ((wintm.QuadPart - EPOC_TIME) % 10000000) * 100; in assertion_file_time()2198 #define WINTIME(sec, nsec) (((sec * 10000000LL) + EPOC_TIME)\ in assertion_utimes()