Searched refs:__tz_left (Results 1 – 2 of 2) sorted by relevance
362 difference_type __tz_left = std::__countr_zero(__left_bitset); in __swap_bitmap_pos() local366 _Ops::iter_swap(__first + __tz_left, __last - __tz_right); in __swap_bitmap_pos()461 difference_type __tz_left = __detail::__block_size - 1 - std::__countl_zero(__left_bitset); in __swap_bitmap_pos_within() local462 __left_bitset &= (static_cast<uint64_t>(1) << __tz_left) - 1; in __swap_bitmap_pos_within()463 _RandomAccessIterator __it = __first + __tz_left; in __swap_bitmap_pos_within()
394 difference_type __tz_left = __libcpp_ctz(__left_bitset);398 _Ops::iter_swap(__first + __tz_left, __last - __tz_right);493 difference_type __tz_left = __detail::__block_size - 1 - __libcpp_clz(__left_bitset);494 __left_bitset &= (static_cast<uint64_t>(1) << __tz_left) - 1;495 _RandomAccessIterator __it = __first + __tz_left;