HomeSort by relevance Sort by last modified time
    Searched defs:PosixZeroTime (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Support/
TimeValue.cpp 23 const TimeValue TimeValue::PosixZeroTime = TimeValue ( -946684800,0 );
  /external/llvm/include/llvm/Support/
TimeValue.h 63 static TimeValue PosixZeroTime() {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TimeValue.h 57 static const TimeValue PosixZeroTime;
243 uint64_t result = seconds_ - PosixZeroTime.seconds_;
251 return seconds_ - PosixZeroTime.seconds_;
267 seconds = seconds_ - PosixZeroTime.seconds_;
334 seconds_ = seconds + PosixZeroTime.seconds_;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
TimeValue.h 63 static TimeValue PosixZeroTime() {

Completed in 799 milliseconds