Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h71 static constexpr int SECONDS_TO_SUBTLE = 1000000; variable
Dnumber_helper.cpp845 randomState_ = static_cast<uint64_t>((tv.tv_sec * SECONDS_TO_SUBTLE) + tv.tv_usec); in InitRandom()