OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:epoch_time
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.c
28
extern const uint64_t
epoch_time
;
191
rtime.QuadPart -=
epoch_time
;
wince_usb.c
40
const uint64_t
epoch_time
= UINT64_C(116444736000000000); // 1970.01.01 00:00:000 in MS Filetime
variable
957
// with a predef
epoch_time
to have an epoch that starts at 1970.01.01 00:00
964
rtime.QuadPart -=
epoch_time
;
[
all
...]
windows_usb.c
102
const uint64_t
epoch_time
= UINT64_C(116444736000000000); // 1970.01.01 00:00:000 in MS Filetime
variable
[
all
...]
Completed in 472 milliseconds