Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp1101 RandItBuf buf_first1 = buf_first1_in_out; in op_partial_merge_and_save_impl() local
1106 if(buf_first1 == buf_last1){ in op_partial_merge_and_save_impl()
1109 buf_first1 += (new_first1-first1); in op_partial_merge_and_save_impl()
1111 …_merge_and_swap_to_range1_and_buffer(first1, last1, first2, last2, first_min, buf_first1, comp, op) in op_partial_merge_and_save_impl()
1112 …uffered_partial_merge_to_range1_and_buffer (first1, last1, first2, last2, buf_first1, comp, op); in op_partial_merge_and_save_impl()
1116 BOOST_ASSERT((last1-first1) == (buf_last1 - buf_first1)); in op_partial_merge_and_save_impl()
1120 …first1 = do_swap ? op_partial_merge_and_swap_impl(buf_first1, buf_last1, first2, last2, first_min,… in op_partial_merge_and_save_impl()
1121 … : op_partial_merge_impl (buf_first1, buf_last1, first2, last2, first1, comp, op); in op_partial_merge_and_save_impl()
1122 buf_first1_in_out = buf_first1; in op_partial_merge_and_save_impl()