Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h42 inline uint32_t GetHash32WithSeed(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeed() function
44 return Hash::GetHash32WithSeed(key, len, seed); in GetHash32WithSeed()
Dhash_base.h37 static uint32_t GetHash32WithSeed(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeed() function