Home
last modified time | relevance | path

Searched refs:l_combined (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 Dadaptive_sort_merge.hpp931 size_type const l_combined = 2*l_prev_merged; in calculate_total_combined() local
932 size_type l_irreg_combined = len%l_combined; in calculate_total_combined()
947 , SizeType l_combined in combine_params() argument
963 l_irreg2 = (l_combined-l_irreg1)%l_block; in combine_params()
964 BOOST_ASSERT(((l_combined-l_irreg1-l_irreg2)%l_block) == 0); in combine_params()
965 size_type const n_reg_block = (l_combined-l_irreg1-l_irreg2)/l_block; in combine_params()