Home
last modified time | relevance | path

Searched defs:hashSeed (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/common_components/platform/
Dstring_hash_helper.h33 uint32_t hashSeed) in ComputeHashForDataPlatform()
/arkcompiler/ets_runtime/common_components/platform/common/
Dstring_hash_internal.h30 uint32_t hashSeed) in ComputeHashForDataOfLongString()
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_hash_test.cpp28 static uint32_t ComputeHashRaw(const T *data, size_t size, uint32_t hashSeed) in ComputeHashRaw()
38 static uint32_t ComputeHashOpt(const T *data, size_t size, uint32_t hashSeed) in ComputeHashOpt()
/arkcompiler/ets_runtime/common_components/platform/arm64/
Dstring_hash_internal.h32 uint32_t hashSeed) in ComputeHashForDataOfLongString()
/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp79 uint32_t ComputeHashForDataInternal(const T *data, size_t size, uint32_t hashSeed) in ComputeHashForDataInternal()
91 …IC_API uint32_t BaseString::ComputeHashForData(const uint8_t *data, size_t size, uint32_t hashSeed) in ComputeHashForData()
96 …C_API uint32_t BaseString::ComputeHashForData(const uint16_t *data, size_t size, uint32_t hashSeed) in ComputeHashForData()
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string_impl.h86 bool BaseString::HashIntegerString(const T *data, size_t size, uint32_t *hash, uint32_t hashSeed) in HashIntegerString()
/arkcompiler/ets_runtime/common_components/objects/tests/
Dbase_string_test.cpp30 uint32_t hashSeed = 0; in HWTEST_F_L0() local
43 uint32_t hashSeed = 0; in HWTEST_F_L0() local