Home
last modified time | relevance | path

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

/base/time/time_service/services/
Dtime_system_ability.cpp59 constexpr int32_t MILLI_TO_MICR = MICR_TO_BASE / MILLI_TO_BASE; variable
345 tv.tv_usec = (suseconds_t)((time % MILLI_TO_BASE) * MILLI_TO_MICR); in SetRealTime()