Searched refs:xbuf_used (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/move/algo/ |
D | adaptive_merge.hpp | 32 , bool xbuf_used in adaptive_merge_combine_blocks() argument 46 if(xbuf_used){ in adaptive_merge_combine_blocks() 103 , bool xbuf_used in adaptive_merge_final_merge() argument 113 if (!xbuf_used || n_keys) { in adaptive_merge_final_merge() 115 const size_type middle = xbuf_used && n_keys ? n_keys: collected; in adaptive_merge_final_merge() 268 bool const xbuf_used = collected == to_collect && xbuf.capacity() >= l_block; in adaptive_merge_impl() local 270 …e_blocks(first, len1, len2, collected, n_keys, l_block, use_internal_buf, xbuf_used, comp, xbuf); in adaptive_merge_impl() 272 …merge (first, len1, len2, collected, l_intbuf, l_block, use_internal_buf, xbuf_used, comp, xbuf); in adaptive_merge_impl()
|
D | adaptive_sort.hpp | 28 , bool const xbuf_used) in move_data_backward() argument 31 if(xbuf_used){ in move_data_backward() 45 , bool const xbuf_used) in move_data_forward() argument 48 if(xbuf_used){ in move_data_forward() 163 , bool const xbuf_used in adaptive_sort_combine_blocks() argument 188 …range_xbuf<RandIt, size_type, move_op> rbuf( (use_buf && xbuf_used) ? (combined_first-l_block) : c… in adaptive_sort_combine_blocks() 202 … (keys, key_comp, combined_first, l_block, 0u, n_block_a, n_block_b, l_irreg2, comp, xbuf_used); in adaptive_sort_combine_blocks() 218 …range_xbuf<RandIt, size_type, move_op> rbuf(combined_last, xbuf_used ? (combined_last+l_block) : c… in adaptive_sort_combine_blocks() 227 … (keys, key_comp, combined_first, l_block, n_block_a, n_block_b, l_irreg2, comp, xbuf_used); in adaptive_sort_combine_blocks()
|
/third_party/boost/boost/move/algo/detail/ |
D | adaptive_sort_merge.hpp | 1151 , bool const xbuf_used) in merge_blocks_left() argument 1154 if(xbuf_used){ in merge_blocks_left() 1181 , bool const xbuf_used) in merge_blocks_right() argument 1192 , inverse<Compare>(comp), xbuf_used); in merge_blocks_right()
|