Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dcompile_time_hashes.h26 constexpr uint64_t FNV_OFFSET_BASIS = 0xcbf29ce484222325ull; in BASE_BEGIN_NAMESPACE() local
45 inline constexpr uint64_t FNV1aHash(const char* const first, uint64_t hash = FNV_OFFSET_BASIS) in BASE_BEGIN_NAMESPACE()
H A Dhash.h25 constexpr uint64_t FNV_OFFSET_BASIS = 0xcbf29ce484222325ull;
118 uint64_t hash = FNV_OFFSET_BASIS; in FNV1aHash()
/ohos5.0/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()