Searched refs:is_merge_left (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 | 1873 bool const is_merge_left = (n&1) == 0; in adaptive_sort_combine_all_blocks() local 1876 if(is_merge_left || !use_internal_buf){ in adaptive_sort_combine_all_blocks() 1898 ( keys, comp, !use_internal_buf || is_merge_left ? first : first-l_block in adaptive_sort_combine_all_blocks() 1899 , l_data, l_merged, l_block, use_internal_buf, common_xbuf, xbuf, comp, is_merge_left); in adaptive_sort_combine_all_blocks() 1904 ( uint_keys, less(), !use_internal_buf || is_merge_left ? first : first-l_block in adaptive_sort_combine_all_blocks() 1905 , l_data, l_merged, l_block, use_internal_buf, common_xbuf, xbuf, comp, is_merge_left); in adaptive_sort_combine_all_blocks() 1908 prev_merge_left = is_merge_left; in adaptive_sort_combine_all_blocks()
|