Searched refs:EPOCHFILETIME (Results 1 – 4 of 4) sorted by relevance
25 #define EPOCHFILETIME (116444736000000000i64) macro27 #define EPOCHFILETIME (116444736000000000LL) macro42 tv->tv_sec = (long) ((now.ns100 - EPOCHFILETIME) / 10000000LL); in gettimeofday()
46 #define EPOCHFILETIME (116444736000000000i64) in pa_gettimeofday() macro48 #define EPOCHFILETIME (116444736000000000LL) in pa_gettimeofday() macro59 t -= EPOCHFILETIME; /* Offset to the Epoch time */ in pa_gettimeofday()
28 #define EPOCHFILETIME (116444736000000000ULL) in os_get_time() macro43 tt = (li.QuadPart - EPOCHFILETIME) / 10; in os_get_time()