OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EPOCHFILETIME
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/mDNSWindows/
PosixCompat.c
101
#define
EPOCHFILETIME
(116444736000000000i64)
113
t -=
EPOCHFILETIME
; /* Offset to the Epoch time */
/external/wpa_supplicant_8/src/utils/
os_win32.c
28
#define
EPOCHFILETIME
(116444736000000000ULL)
43
tt = (li.QuadPart -
EPOCHFILETIME
) / 10;
Completed in 60 milliseconds