Searched refs:common_xbuf (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 | 1850 bool const common_xbuf = l_data > l_merged && l_intbuf && l_intbuf <= xbuf.capacity(); in adaptive_sort_combine_all_blocks() local 1851 if(common_xbuf){ in adaptive_sort_combine_all_blocks() 1877 move_data_backward(first-l_prev_block, l_prev_total_combined, first, common_xbuf); in adaptive_sort_combine_all_blocks() 1885 move_data_backward(buf_beg-l_diff, l_diff, buf_end-l_diff, common_xbuf); in adaptive_sort_combine_all_blocks() 1889 move_data_forward(buf_end, l_diff, buf_beg, common_xbuf); 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() 1905 , l_data, l_merged, l_block, use_internal_buf, common_xbuf, xbuf, comp, is_merge_left); in adaptive_sort_combine_all_blocks() 1919 if(common_xbuf){ in adaptive_sort_combine_all_blocks()
|