Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dplatform_specific.cpp181 const uint64_t UINT32_BIT_LENGTH = 32; variable
188 outTime = ((static_cast<uint64_t>(rawTime.dwHighDateTime) << UINT32_BIT_LENGTH) + in GetCurrentSysTimeInMicrosecond()