Home | History | Annotate | Download | only in bits

Lines Matching refs:__new_middle

2991 	  _BidirectionalIterator __new_middle =
2995 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11,
2997 std::__merge_adaptive(__new_middle, __second_cut, __last,
3048 _BidirectionalIterator __new_middle =
3052 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11,
3054 std::__merge_adaptive(__new_middle, __second_cut, __last,
3096 _BidirectionalIterator __new_middle = __first_cut;
3097 std::advance(__new_middle, std::distance(__middle, __second_cut));
3098 std::__merge_without_buffer(__first, __first_cut, __new_middle,
3100 std::__merge_without_buffer(__new_middle, __second_cut, __last,
3143 _BidirectionalIterator __new_middle = __first_cut;
3144 std::advance(__new_middle, std::distance(__middle, __second_cut));
3145 std::__merge_without_buffer(__first, __first_cut, __new_middle,
3147 std::__merge_without_buffer(__new_middle, __second_cut, __last,