Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dhash.h28 constexpr uint32_t FNV_PRIME_32 = 16777619u; variable
97 hash *= FNV_PRIME_32; in FNV1a32Hash()