OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Win32ZeroTimeSeconds
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
TimeValue.cpp
23
TimeValue::
Win32ZeroTimeSeconds
= -12591158400ULL;
29
const TimeValue TimeValue::Win32ZeroTime = TimeValue (
Win32ZeroTimeSeconds
,0 );
/external/llvm/include/llvm/Support/
TimeValue.h
259
uint64_t result = (uint64_t)10000000 * (seconds_ -
Win32ZeroTimeSeconds
);
344
this->seconds_ = win32Time / 10000000 +
Win32ZeroTimeSeconds
;
366
static const SecondsType
Win32ZeroTimeSeconds
;
Completed in 54 milliseconds