Searched refs:rotate_by_at_least_1 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dunordered_set_operations.bench.cpp27 std::size_t rotate_by_at_least_1(std::size_t __val, int __shift) { function
75 return hash_len_16(__a, rotate_by_at_least_1(__b + 16, 16)) ^ __b;

Completed in 60 milliseconds