Home
last modified time | relevance | path

Searched refs:AdaptiveSortInsertionSortThreshold (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.hpp77 static const std::size_t AdaptiveSortInsertionSortThreshold = 16; variable
79 BOOST_STATIC_ASSERT((AdaptiveSortInsertionSortThreshold&(AdaptiveSortInsertionSortThreshold-1)) == …
725 while(s > AdaptiveSortInsertionSortThreshold){ in floor_merge_multiple()
740 if(base < AdaptiveSortInsertionSortThreshold){ in ceil_merge_multiple()
744 base = AdaptiveSortInsertionSortThreshold/2 + 1; in ceil_merge_multiple()
795 while((L - m) > size_type(AdaptiveSortInsertionSortThreshold)){ in slow_stable_sort()
796 insertion_sort(first+m, first+m+size_type(AdaptiveSortInsertionSortThreshold), comp); in slow_stable_sort()
797 m += AdaptiveSortInsertionSortThreshold; in slow_stable_sort()
802 size_type h = AdaptiveSortInsertionSortThreshold; in slow_stable_sort()
1568 size_type const s = min_value<size_type>(step, AdaptiveSortInsertionSortThreshold); in op_insertion_sort_step_left()
[all …]