HomeSort by relevance Sort by last modified time
    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 249 uint64_t result = (uint64_t)10000000 * (seconds_ - Win32ZeroTimeSeconds);
334 this->seconds_ = win32Time / 10000000 + Win32ZeroTimeSeconds;
356 static const SecondsType Win32ZeroTimeSeconds;

Completed in 89 milliseconds