Home
last modified time | relevance | path

Searched refs:LINEAR_SEED (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_symbol.h43 static constexpr const uint32_t LINEAR_SEED = 987654321U; member in panda::ecmascript::JSSymbol
56 uint32_t hashSeed = static_cast<uint32_t>(LINEAR_SEED + std::time(nullptr)); in ComputeHash()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dobject_header.h46 constexpr const uint32_t LINEAR_SEED = 987654321U; member
/arkcompiler/runtime_core/static_core/runtime/
H A Dobject_header.cpp36 std::atomic<uint32_t> g_hashSeed = std::atomic<uint32_t>(LINEAR_SEED + std::time(nullptr));

Completed in 2 milliseconds