Searched refs:ROTR (Results 1 – 1 of 1) sorted by relevance
144 constexpr const uint64_t ROTR = 2; in HashCombine() local145 seed ^= hash(v) + GOLDEN_RATIO + (seed << ROTL) + (seed >> ROTR); in HashCombine()