Home | History | Annotate | Download | only in bits

Lines Matching refs:__new_middle

2977 	  _BidirectionalIterator __new_middle =
2981 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11,
2983 std::__merge_adaptive(__new_middle, __second_cut, __last,
3034 _BidirectionalIterator __new_middle =
3038 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11,
3040 std::__merge_adaptive(__new_middle, __second_cut, __last,
3082 _BidirectionalIterator __new_middle = __first_cut;
3083 std::advance(__new_middle, std::distance(__middle, __second_cut));
3084 std::__merge_without_buffer(__first, __first_cut, __new_middle,
3086 std::__merge_without_buffer(__new_middle, __second_cut, __last,
3129 _BidirectionalIterator __new_middle = __first_cut;
3130 std::advance(__new_middle, std::distance(__middle, __second_cut));
3131 std::__merge_without_buffer(__first, __first_cut, __new_middle,
3133 std::__merge_without_buffer(__new_middle, __second_cut, __last,