Home | History | Annotate | Download | only in bits

Lines Matching refs:__new_middle

2997 	  _BidirectionalIterator __new_middle =
3001 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11,
3003 std::__merge_adaptive(__new_middle, __second_cut, __last,
3054 _BidirectionalIterator __new_middle =
3058 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11,
3060 std::__merge_adaptive(__new_middle, __second_cut, __last,
3102 _BidirectionalIterator __new_middle = __first_cut;
3103 std::advance(__new_middle, std::distance(__middle, __second_cut));
3104 std::__merge_without_buffer(__first, __first_cut, __new_middle,
3106 std::__merge_without_buffer(__new_middle, __second_cut, __last,
3149 _BidirectionalIterator __new_middle = __first_cut;
3150 std::advance(__new_middle, std::distance(__middle, __second_cut));
3151 std::__merge_without_buffer(__first, __first_cut, __new_middle,
3153 std::__merge_without_buffer(__new_middle, __second_cut, __last,