Home
last modified time | relevance | path

Searched refs:new_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.hpp1108 RandIt new_first1 = skip_until_merge(first1, last1, *first_min, comp); in op_partial_merge_and_save_impl() local
1109 buf_first1 += (new_first1-first1); in op_partial_merge_and_save_impl()
1110 first1 = new_first1; in op_partial_merge_and_save_impl()
1322 RandIt const new_first1 = first2 - (last1 - first1); in op_merge_blocks_left() local
1323 op(forward_t(), first1, last1, new_first1); in op_merge_blocks_left()
1324 first1 = new_first1; in op_merge_blocks_left()