Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dmerge_sort.hpp42 static const unsigned MergeSortInsertionSortThreshold = 16; variable
48 if (size_type(last - first) <= size_type(MergeSortInsertionSortThreshold)) { in inplace_stable_sort()
68 if(count <= MergeSortInsertionSortThreshold){ in merge_sort_copy()
91 if(count <= MergeSortInsertionSortThreshold){ in merge_sort_uninitialized_copy()
116 if(count <= MergeSortInsertionSortThreshold){ in merge_sort()
143 if(count <= MergeSortInsertionSortThreshold){ in merge_sort_with_constructed_buffer()
165 if (size_type(last - first) <= size_type(MergeSortInsertionSortThreshold)) { in stable_sort_ONlogN_recursive()