Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h87 constexpr uint32_t PRIME = 16777619U; variable
88 return (seed ^ static_cast<uint32_t>(item)) * PRIME;