Home
last modified time | relevance | path

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

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