Home
last modified time | relevance | path

Searched refs:buf_first1 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/move/algo/detail/
Dadaptive_sort_merge.hpp870 RandItBuf buf_first1 = buf_first1_in_out; in op_partial_merge_and_save_impl() local
875 if(buf_first1 == buf_last1){ in op_partial_merge_and_save_impl()
878 buf_first1 += (new_first1-first1); in op_partial_merge_and_save_impl()
880 …_merge_and_swap_to_range1_and_buffer(first1, last1, first2, last2, first_min, buf_first1, comp, op) in op_partial_merge_and_save_impl()
881 …uffered_partial_merge_to_range1_and_buffer (first1, last1, first2, last2, buf_first1, comp, op); in op_partial_merge_and_save_impl()
885 BOOST_ASSERT((last1-first1) == (buf_last1 - buf_first1)); in op_partial_merge_and_save_impl()
889 …first1 = do_swap ? op_partial_merge_and_swap_impl(buf_first1, buf_last1, first2, last2, first_min,… in op_partial_merge_and_save_impl()
890 … : op_partial_merge_impl (buf_first1, buf_last1, first2, last2, first1, comp, op); in op_partial_merge_and_save_impl()
891 buf_first1_in_out = buf_first1; in op_partial_merge_and_save_impl()