Home
last modified time | relevance | path

Searched refs:l_intbuf (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/move/algo/
Dadaptive_sort.hpp245 , typename iterator_traits<RandIt>::size_type &l_intbuf in adaptive_sort_combine_all_blocks() argument
250 RandIt const first = buffer + l_intbuf; in adaptive_sort_combine_all_blocks()
251 size_type const l_data = l_buf_plus_data - l_intbuf; in adaptive_sort_combine_all_blocks()
252 size_type const l_unique = l_intbuf+n_keys; in adaptive_sort_combine_all_blocks()
254 bool const common_xbuf = l_data > l_merged && l_intbuf && l_intbuf <= xbuf.capacity(); in adaptive_sort_combine_all_blocks()
256 xbuf.move_assign(buffer, l_intbuf); in adaptive_sort_combine_all_blocks()
272 …size_type const l_block = lblock_for_combine(l_intbuf, n_keys, size_type(2*l_merged), use_internal… in adaptive_sort_combine_all_blocks()
273 BOOST_ASSERT(!l_intbuf || (l_block == l_intbuf)); in adaptive_sort_combine_all_blocks()
296 BOOST_MOVE_ADAPTIVE_SORT_PRINT_L2(" After move_data : ", l_data + l_intbuf); in adaptive_sort_combine_all_blocks()
321 …T_L1(is_merge_left ? " After comb blocks L: " : " After comb blocks R: ", l_data + l_intbuf); in adaptive_sort_combine_all_blocks()
[all …]
Dadaptive_merge.hpp100 , typename iterator_traits<RandIt>::size_type l_intbuf in adaptive_merge_final_merge() argument
111 size_type n_keys = collected-l_intbuf; in adaptive_merge_final_merge()
124 …rge_n_keys_without_external_keys(SizeType l_block, SizeType len1, SizeType len2, SizeType l_intbuf) in adaptive_merge_n_keys_without_external_keys() argument
130 const size_type first_half_aux = len1-l_intbuf; in adaptive_merge_n_keys_without_external_keys()
139 …_merge_n_keys_with_external_keys(SizeType l_block, SizeType len1, SizeType len2, SizeType l_intbuf) in adaptive_merge_n_keys_with_external_keys() argument
143 size_type n_keys = (len1-l_intbuf)/l_block + len2/l_block; in adaptive_merge_n_keys_with_external_keys()
152 size_type l_intbuf = xbuf.capacity() >= l_block ? 0u : l_block; in adaptive_merge_n_keys_intbuf() local
159 size_type n_keys = adaptive_merge_n_keys_without_external_keys(l_block, len1, len2, l_intbuf); in adaptive_merge_n_keys_intbuf()
160 BOOST_ASSERT(n_keys >= ((len1-l_intbuf-n_keys)/l_block + len2/l_block)); in adaptive_merge_n_keys_intbuf()
164 , adaptive_merge_n_keys_with_external_keys(l_block, len1, len2, l_intbuf))) in adaptive_merge_n_keys_intbuf()
[all …]