Searched defs:Win32ZeroTimeSeconds (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DTimeValue.cpp24 TimeValue::Win32ZeroTimeSeconds = -12591158400ULL; member in class:llvm::TimeValue
/external/llvm/include/llvm/Support/
H A DTimeValue.h71 return TimeValue ( Win32ZeroTimeSeconds,0 );
259 uint64_t result = (uint64_t)10000000 * (seconds_ - Win32ZeroTimeSeconds);
344 this->seconds_ = win32Time / 10000000 + Win32ZeroTimeSeconds;
366 static const SecondsType Win32ZeroTimeSeconds; member in class:llvm::sys::TimeValue
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimeValue.h71 return TimeValue ( Win32ZeroTimeSeconds,0 );
259 uint64_t result = (uint64_t)10000000 * (seconds_ - Win32ZeroTimeSeconds);
344 this->seconds_ = win32Time / 10000000 + Win32ZeroTimeSeconds;
366 static const SecondsType Win32ZeroTimeSeconds; member in class:llvm::sys::TimeValue

Completed in 297 milliseconds