Searched refs:filetime_unix_epoch_offset (Results 1 – 2 of 2) sorted by relevance
183 const gint64 filetime_unix_epoch_offset = 116444736000000000; in _g_win32_filetime_to_unix_time() local186 result -= filetime_unix_epoch_offset; in _g_win32_filetime_to_unix_time()
2447 const gint64 filetime_unix_epoch_offset = 116444736000000000; in _g_win32_unix_time_to_filetime() local2478 (ut * hundreds_of_usec_per_sec) >= (G_MAXINT64 - filetime_unix_epoch_offset)) in _g_win32_unix_time_to_filetime()2487 result = ut * hundreds_of_usec_per_sec + filetime_unix_epoch_offset + nsec / 100; in _g_win32_unix_time_to_filetime()