Home
last modified time | relevance | path

Searched refs:MergeSortInsertionSortThreshold (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 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()