OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whole_seconds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/time/
time_win.cc
393
int64
whole_seconds
= qpc_value / ticks_per_second_;
395
int64 microseconds = (
whole_seconds
* Time::kMicrosecondsPerSecond) +
/external/chromium_org/v8/src/platform/
time.cc
432
int64_t
whole_seconds
= now.QuadPart / ticks_per_second_;
variable
434
int64_t ticks = (
whole_seconds
* Time::kMicrosecondsPerSecond) +
Completed in 31 milliseconds