Searched defs:hashSeed (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/common_components/platform/ |
| D | string_hash_helper.h | 33 uint32_t hashSeed) in ComputeHashForDataPlatform()
|
| /arkcompiler/ets_runtime/common_components/platform/common/ |
| D | string_hash_internal.h | 30 uint32_t hashSeed) in ComputeHashForDataOfLongString()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_hash_test.cpp | 28 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/ |
| D | string_hash_internal.h | 32 uint32_t hashSeed) in ComputeHashForDataOfLongString()
|
| /arkcompiler/ets_runtime/common_components/objects/ |
| D | base_string.cpp | 79 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/ |
| D | base_string_impl.h | 86 bool BaseString::HashIntegerString(const T *data, size_t size, uint32_t *hash, uint32_t hashSeed) in HashIntegerString()
|
| /arkcompiler/ets_runtime/common_components/objects/tests/ |
| D | base_string_test.cpp | 30 uint32_t hashSeed = 0; in HWTEST_F_L0() local 43 uint32_t hashSeed = 0; in HWTEST_F_L0() local
|