Home | History | Annotate | Download | only in bits

Lines Matching refs:__new_middle

2999 	  _BidirectionalIterator __new_middle =
3003 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11,
3005 std::__merge_adaptive(__new_middle, __second_cut, __last,
3056 _BidirectionalIterator __new_middle =
3060 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11,
3062 std::__merge_adaptive(__new_middle, __second_cut, __last,
3104 _BidirectionalIterator __new_middle = __first_cut;
3105 std::advance(__new_middle, std::distance(__middle, __second_cut));
3106 std::__merge_without_buffer(__first, __first_cut, __new_middle,
3108 std::__merge_without_buffer(__new_middle, __second_cut, __last,
3151 _BidirectionalIterator __new_middle = __first_cut;
3152 std::advance(__new_middle, std::distance(__middle, __second_cut));
3153 std::__merge_without_buffer(__first, __first_cut, __new_middle,
3155 std::__merge_without_buffer(__new_middle, __second_cut, __last,