Home
last modified time | relevance | path

Searched defs:hashSeed (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
H A Decma_string_hash_helper.h31 ComputeHashForDataPlatform(const T *data, size_t size, uint32_t hashSeed) ComputeHashForDataPlatform() argument
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Decma_string_hash_internal.h28 ComputeHashForDataOfLongString(const T *data, size_t size, uint32_t hashSeed) ComputeHashForDataOfLongString() argument
/arkcompiler/ets_runtime/ecmascript/platform/arm64/
H A Decma_string_hash_internal.h30 ComputeHashForDataOfLongString(const T *data, size_t size, uint32_t hashSeed) ComputeHashForDataOfLongString() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_symbol.h56 uint32_t hashSeed = static_cast<uint32_t>(LINEAR_SEED + std::time(nullptr)); in ComputeHash() local

Completed in 2 milliseconds