Home
last modified time | relevance | path

Searched refs:MILLISECONDS_PER_SECOND (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dcondition_variable_posix.cc81 const int MILLISECONDS_PER_SECOND = 1000; in SleepCS() local
106 ts.tv_sec += max_time_inMS / MILLISECONDS_PER_SECOND; in SleepCS()
109 - ((max_time_inMS / MILLISECONDS_PER_SECOND) * MILLISECONDS_PER_SECOND)) in SleepCS()
/external/llvm/include/llvm/Support/
DTimeValue.h84 MILLISECONDS_PER_SECOND = 1000, ///< One Thousand enumerator
244 return seconds_ * MILLISECONDS_PER_SECOND + in msec()
325 this->seconds_ = milliseconds / MILLISECONDS_PER_SECOND; in msec()
326 this->nanos_ = NanoSecondsType(milliseconds % MILLISECONDS_PER_SECOND) * in msec()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTimeValue.h74 MILLISECONDS_PER_SECOND = 1000, ///< One Thousand enumerator
235 return seconds_ * MILLISECONDS_PER_SECOND + in msec()
324 this->seconds_ = milliseconds / MILLISECONDS_PER_SECOND; in msec()
325 this->nanos_ = NanoSecondsType(milliseconds % MILLISECONDS_PER_SECOND) * in msec()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h84 MILLISECONDS_PER_SECOND = 1000, ///< One Thousand enumerator
244 return seconds_ * MILLISECONDS_PER_SECOND + in msec()
325 this->seconds_ = milliseconds / MILLISECONDS_PER_SECOND; in msec()
326 this->nanos_ = NanoSecondsType(milliseconds % MILLISECONDS_PER_SECOND) * in msec()