Searched refs:EPOCHFILETIME (Results 1 – 2 of 2) sorted by relevance
101 #define EPOCHFILETIME (116444736000000000i64) in gettimeofday() macro113 t -= EPOCHFILETIME; /* Offset to the Epoch time */ in gettimeofday()
28 #define EPOCHFILETIME (116444736000000000ULL) in os_get_time() macro43 tt = (li.QuadPart - EPOCHFILETIME) / 10; in os_get_time()