Home
last modified time | relevance | path

Searched refs:is_range2_A (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.hpp592 bool is_range2_A = key_mid == (key_first+key_count) || key_comp(*key_first, *key_mid); in merge_blocks_bufferless() local
593 first1 = is_range1_A == is_range2_A in merge_blocks_bufferless()
1254 bool const is_range2_A = key_mid == (key_first+key_count) || key_comp(*key_next, *key_mid); in op_merge_blocks_left() local
1260 if(is_range1_A == is_range2_A){ in op_merge_blocks_left()
1300 is_range1_A = is_range2_A; in op_merge_blocks_left()
1303 …BOOST_MOVE_ADAPTIVE_SORT_INVARIANT( (is_range2_A && n_block_a_left) || (!is_range2_A && n_block_b_… in op_merge_blocks_left()
1304 is_range2_A ? --n_block_a_left : --n_block_b_left; in op_merge_blocks_left()
1469 bool const is_range2_A = key_mid == (key_first+key_count) || key_comp(*key_next, *key_mid); in op_merge_blocks_with_buf() local
1471 if(is_range1_A == is_range2_A){ in op_merge_blocks_with_buf()
1502 BOOST_ASSERT( (is_range2_A && n_block_a_left) || (!is_range2_A && n_block_b_left)); in op_merge_blocks_with_buf()
[all …]