OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:epochfiletime
(Results
1 - 3
of
3
) 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;
/external/ImageMagick/MagickCore/
nt-base.c
387
#define
EpochFiletime
MagickLLConstant(116444736000000000)
407
time-=
EpochFiletime
;
[
all
...]
Completed in 247 milliseconds