Home
last modified time | relevance | path

Searched refs:NanoSecondsType (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DTimeValue.h79 typedef int32_t NanoSecondsType;///< Type used for representing nanoseconds. typedef
100 explicit TimeValue (SecondsType seconds, NanoSecondsType nanos = 0)
110 nanos_ = static_cast<NanoSecondsType>( (new_time - in TimeValue()
212 NanoSecondsType nanoseconds() const { return nanos_; } in nanoseconds()
296 void nanoseconds ( NanoSecondsType nanos ) { in nanoseconds()
318 this->nanos_ = NanoSecondsType(microseconds % MICROSECONDS_PER_SECOND) * in usec()
326 this->nanos_ = NanoSecondsType(milliseconds % MILLISECONDS_PER_SECOND) * in msec()
345 this->nanos_ = NanoSecondsType(win32Time % 10000000) * 100; in fromWin32Time()
363 NanoSecondsType nanos_; ///< Stores the nanoseconds part of the TimeVal
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h79 typedef int32_t NanoSecondsType;///< Type used for representing nanoseconds. typedef
100 explicit TimeValue (SecondsType seconds, NanoSecondsType nanos = 0)
110 nanos_ = static_cast<NanoSecondsType>( (new_time - in TimeValue()
212 NanoSecondsType nanoseconds() const { return nanos_; } in nanoseconds()
296 void nanoseconds ( NanoSecondsType nanos ) { in nanoseconds()
318 this->nanos_ = NanoSecondsType(microseconds % MICROSECONDS_PER_SECOND) * in usec()
326 this->nanos_ = NanoSecondsType(milliseconds % MILLISECONDS_PER_SECOND) * in msec()
345 this->nanos_ = NanoSecondsType(win32Time % 10000000) * 100; in fromWin32Time()
363 NanoSecondsType nanos_; ///< Stores the nanoseconds part of the TimeVal
/external/llvm/lib/Support/Unix/
DTimeValue.inc50 static_cast<TimeValue::NanoSecondsType>( the_time.tv_usec *
DProcess.inc70 static_cast<TimeValue::NanoSecondsType>(
74 static_cast<TimeValue::NanoSecondsType>(
/external/llvm/lib/Support/Windows/
DProcess.inc60 static_cast<TimeValue::NanoSecondsType>(