Home
last modified time | relevance | path

Searched refs:FNV_PRIME (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dcompile_time_hashes.h27 constexpr uint64_t FNV_PRIME = 1099511628211ull; member
52 hash = mulu64(hash, FNV_PRIME); in FNV1aHash()
H A Dhash.h26 constexpr uint64_t FNV_PRIME = 1099511628211ull; variable
121 hash *= FNV_PRIME; in FNV1aHash()

Completed in 1 milliseconds