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