Home
last modified time | relevance | path

Searched defs:__shift (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/benchmarks/
Dunordered_set_operations.bench.cpp27 std::size_t rotate_by_at_least_1(std::size_t __val, int __shift) { in rotate_by_at_least_1()
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/
Dunordered_set_operations.bench.cpp27 std::size_t rotate_by_at_least_1(std::size_t __val, int __shift) { in rotate_by_at_least_1()
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_arg_store.h202 int __shift = 0; in __create_packed_storage() local
/external/cronet/buildtools/third_party/libc++/trunk/src/ryu/
Df2s.cpp114 …BI inline uint32_t __mulShift(const uint32_t __m, const uint64_t __factor, const int32_t __shift) { in __mulShift()