Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dhash.h143 constexpr const uint64_t ROTL = 6; in HashCombine() local
145 seed ^= hash(v) + GOLDEN_RATIO + (seed << ROTL) + (seed >> ROTR); in HashCombine()