Searched defs:__shift (Results 1 – 4 of 4) sorted by relevance
27 std::size_t rotate_by_at_least_1(std::size_t __val, int __shift) { in rotate_by_at_least_1()
202 int __shift = 0; in __create_packed_storage() local
114 …BI inline uint32_t __mulShift(const uint32_t __m, const uint64_t __factor, const int32_t __shift) { in __mulShift()