Searched refs:next_key_idx (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 D | adaptive_sort_merge.hpp | 565 …size_type const next_key_idx = find_next_block(key_range2, key_comp, f, l_block, min_check, max_ch… in merge_blocks_bufferless() local 566 RandItKeys const key_next(key_range2 + next_key_idx); in merge_blocks_bufferless() 567 max_check = min_value(max_value(max_check, next_key_idx+2), n_block_left); in merge_blocks_bufferless() 569 RandIt const first_min = f + next_key_idx*l_block; in merge_blocks_bufferless() 578 … swap_and_update_key(next_key_idx != 0, key_next, key_range2, key_mid, f, f + l_block, first_min); in merge_blocks_bufferless() 1165 …size_type next_key_idx = find_next_block(key_first, key_comp, first_reg, l_block, min_check, max_c… in op_merge_blocks_with_irreg() local 1166 max_check = min_value(max_value(max_check, next_key_idx+2), n_block_left); in op_merge_blocks_with_irreg() 1168 RandIt first_min = first_reg + next_key_idx*l_block; in op_merge_blocks_with_irreg() 1172 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(!next_key_idx || is_sorted(first_min, last_min, comp)); in op_merge_blocks_with_irreg() 1173 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT((!next_key_idx || !comp(*first_reg, *first_min ))); in op_merge_blocks_with_irreg() [all …]
|