Home
last modified time | relevance | path

Searched refs:MICROSECONDS_PER_SECOND (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DTimeValue.h83 MICROSECONDS_PER_SECOND = 1000000, ///< One Million enumerator
234 return seconds_ * MICROSECONDS_PER_SECOND + in usec()
317 this->seconds_ = microseconds / MICROSECONDS_PER_SECOND; in usec()
318 this->nanos_ = NanoSecondsType(microseconds % MICROSECONDS_PER_SECOND) * in usec()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTimeValue.h73 MICROSECONDS_PER_SECOND = 1000000, ///< One Million enumerator
225 return seconds_ * MICROSECONDS_PER_SECOND + in usec()
316 this->seconds_ = microseconds / MICROSECONDS_PER_SECOND; in usec()
317 this->nanos_ = NanoSecondsType(microseconds % MICROSECONDS_PER_SECOND) * in usec()
/external/autotest/client/site_tests/video_VDAPerf/
Dvideo_VDAPerf.py36 MICROSECONDS_PER_SECOND = 1000000 variable
115 frame_duration = MICROSECONDS_PER_SECOND / rendering_fps