Searched refs:buf_first (Results 1 – 2 of 2) 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 D | merge.hpp | 160 void op_merge_left( RandIt buf_first in op_merge_left() argument 167 for(RandIt first2=last1; first2 != last2; ++buf_first){ in op_merge_left() 169 op(forward_t(), first2, last2, buf_first); in op_merge_left() 173 op(first2, buf_first); in op_merge_left() 177 op(first1, buf_first); in op_merge_left() 181 if(buf_first != first1){//In case all remaining elements are in the same place in op_merge_left() 184 op(forward_t(), first1, last1, buf_first); in op_merge_left() 194 (RandIt buf_first, RandIt first1, RandIt const last1, RandIt const last2, Compare comp) in merge_left() argument 196 op_merge_left(buf_first, first1, last1, last2, comp, move_op()); in merge_left() 205 (RandIt buf_first, RandIt first1, RandIt const last1, RandIt const last2, Compare comp) in swap_merge_left() argument [all …]
|
| H A D | adaptive_sort_merge.hpp | 1421 , RandItBuf const buf_first) in op_merge_blocks_with_buf() argument 1434 RandItBuf buffer = buf_first; in op_merge_blocks_with_buf() 1475 buffer = buffer_end = buf_first; in op_merge_blocks_with_buf() 1488 buffer = buffer_end = buf_first; in op_merge_blocks_with_buf() 1515 op(forward_t(), first_irr2, first_irr2+l_irreg2, buf_first); in op_merge_blocks_with_buf() 1516 buffer = buf_first; in op_merge_blocks_with_buf() 1546 , RandItBuf const buf_first in merge_blocks_with_buf() argument 1551 …t, key_comp, first, l_block, l_irreg1, n_block_a, n_block_b, l_irreg2, comp, move_op(), buf_first); in merge_blocks_with_buf() 1555 …t, key_comp, first, l_block, l_irreg1, n_block_a, n_block_b, l_irreg2, comp, swap_op(), buf_first); in merge_blocks_with_buf()
|