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

/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dunordered_set_operations.bench.cpp32 std::size_t hash_len_16(std::size_t __u, std::size_t __v) { function
49 return hash_len_16(_Len + (__a << 3), __b);
75 return hash_len_16(__a, rotate_by_at_least_1(__b + 16, 16)) ^ __b;

Completed in 95 milliseconds