Home
last modified time | relevance | path

Searched refs:FNV_OFFSET_BASIS (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dcompile_time_hashes.h26 constexpr uint64_t FNV_OFFSET_BASIS = 0xcbf29ce484222325ull; member
45 inline constexpr uint64_t FNV1aHash(const char* const first, uint64_t hash = FNV_OFFSET_BASIS) in FNV1aHash() argument
H A Dhash.h25 constexpr uint64_t FNV_OFFSET_BASIS = 0xcbf29ce484222325ull; variable
118 uint64_t hash = FNV_OFFSET_BASIS; in FNV1aHash()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp37 uint64_t seed = BASE_NS::FNV_OFFSET_BASIS; in hash()

Completed in 3 milliseconds