OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:epoch_time
(Results
1 - 4
of
4
) 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
968
// with a predef
epoch_time
to have an epoch that starts at 1970.01.01 00:00
975
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
...]
/external/chromium_org/content/browser/media/
webrtc_internals.cc
147
double
epoch_time
= base::Time::Now().ToJsTime();
local
148
string time = base::DoubleToString(
epoch_time
);
Completed in 319 milliseconds