Home
last modified time | relevance | path

Searched refs:EPOCHFILETIME (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/
Dgettimeofday.c25 #define EPOCHFILETIME (116444736000000000i64) macro
27 #define EPOCHFILETIME (116444736000000000LL) macro
42 tv->tv_sec = (long) ((now.ns100 - EPOCHFILETIME) / 10000000LL); in gettimeofday()
/third_party/pulseaudio/src/pulse/
Dtimeval.c46 #define EPOCHFILETIME (116444736000000000i64) in pa_gettimeofday() macro
48 #define EPOCHFILETIME (116444736000000000LL) in pa_gettimeofday() macro
59 t -= EPOCHFILETIME; /* Offset to the Epoch time */ in pa_gettimeofday()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos_win32.c28 #define EPOCHFILETIME (116444736000000000ULL) in os_get_time() macro
43 tt = (li.QuadPart - EPOCHFILETIME) / 10; in os_get_time()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos_win32.c28 #define EPOCHFILETIME (116444736000000000ULL) in os_get_time() macro
43 tt = (li.QuadPart - EPOCHFILETIME) / 10; in os_get_time()