Searched defs:Win32ZeroTime (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DTimeValue.cpp24 const TimeValue TimeValue::Win32ZeroTime = TimeValue ( -12591158400ULL,0 ); member in class:llvm::TimeValue
/external/llvm/include/llvm/Support/
H A DTimeValue.h70 static TimeValue Win32ZeroTime() { function in class:llvm::sys::TimeValue
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTimeValue.h62 static const TimeValue Win32ZeroTime; member in class:llvm::sys::TimeValue
258 uint64_t result = seconds_ - Win32ZeroTime.seconds_;
343 this->seconds_ = win32Time / 10000000 + Win32ZeroTime.seconds_;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimeValue.h70 static TimeValue Win32ZeroTime() { function in class:llvm::sys::TimeValue

Completed in 216 milliseconds