HomeSort by relevance Sort by last modified time
    Searched refs:rotate_by_at_least_1 (Results 1 - 2 of 2) sorted by null

  /external/libcxx/benchmarks/
unordered_set_operations.bench.cpp 26 std::size_t rotate_by_at_least_1(std::size_t __val, int __shift) { function
74 return hash_len_16(__a, rotate_by_at_least_1(__b + 16, 16)) ^ __b;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
unordered_set_operations.bench.cpp 26 std::size_t rotate_by_at_least_1(std::size_t __val, int __shift) { function
74 return hash_len_16(__a, rotate_by_at_least_1(__b + 16, 16)) ^ __b;

Completed in 150 milliseconds