Searched refs:l_data (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/move/algo/ |
D | adaptive_sort.hpp | 26 , typename iterator_traits<RandIt>::size_type const l_data in move_data_backward() argument 32 boost::move_backward(cur_pos, cur_pos+l_data, new_pos+l_data); in move_data_backward() 35 boost::adl_move_swap_ranges_backward(cur_pos, cur_pos+l_data, new_pos+l_data); in move_data_backward() 43 , typename iterator_traits<RandIt>::size_type const l_data in move_data_forward() argument 49 boost::move(cur_pos, cur_pos+l_data, new_pos); in move_data_forward() 52 boost::adl_move_swap_ranges(cur_pos, cur_pos+l_data, new_pos); in move_data_forward() 251 size_type const l_data = l_buf_plus_data - l_intbuf; in adaptive_sort_combine_all_blocks() local 254 bool const common_xbuf = l_data > l_merged && l_intbuf && l_intbuf <= xbuf.capacity(); in adaptive_sort_combine_all_blocks() 263 for( size_type n = 0; l_data > l_merged in adaptive_sort_combine_all_blocks() 278 size_type const l_total_combined = calculate_total_combined(l_data, l_merged); in adaptive_sort_combine_all_blocks() [all …]
|
/third_party/quickjs/ |
D | unicode_gen.c | 231 int l_data[CC_LEN_MAX]; member 340 ci->l_data[0] = lc; in parse_unicode_data() 474 ci->l_data[ci->l_len++] = strtoul(p, (char **)&p, 16); in parse_special_casing() 477 if (ci->l_len == 1 && ci->l_data[0] == code) in parse_special_casing() 869 printf(" %05x", ci->l_data[j]); in dump_cc_info() 894 (ci->f_code != 0 && ci->l_data[0] != ci->f_code)); in is_complicated_case() 955 if (ci->l_len == 1 && ci->l_data[0] == code + 2 && in find_run_type() 956 ci->f_code == ci->l_data[0] && in find_run_type() 959 ci1->l_len == 1 && ci1->l_data[0] == code + 2 && in find_run_type() 960 ci1->f_code == ci1->l_data[0] && in find_run_type() [all …]
|
/third_party/boost/boost/move/algo/detail/ |
D | adaptive_sort_merge.hpp | 553 (Unsigned const l_block, Unsigned const n_keys, Unsigned const l_data, bool &use_buf) in lblock_for_combine() argument 555 BOOST_ASSERT(l_data > 1); in lblock_for_combine() 572 use_buf = new_keys >= 4 && new_keys >= l_data/new_buf; in lblock_for_combine() 577 return l_data/n_keys; in lblock_for_combine()
|