Searched refs:FILE_TIME_OFFSET_SECS (Results 1 – 2 of 2) sorted by relevance
124 #define FILE_TIME_OFFSET_SECS (uint64_t(369 * 365 + 89) * (24 * 60 * 60)) macro128 ret.tv_sec = li.QuadPart / 10000000 - FILE_TIME_OFFSET_SECS; in filetime_to_timespec()143 ts.tv_nsec / 100 + (ts.tv_sec + FILE_TIME_OFFSET_SECS) * 10000000; in timespec_to_filetime()
66 #define FILE_TIME_OFFSET_SECS (uint64_t(369 * 365 + 89) * (24 * 60 * 60)) macro69 ret.tv_sec = li.QuadPart / 10000000 - FILE_TIME_OFFSET_SECS; in filetime_to_timespec()