Searched refs:MergeSortInsertionSortThreshold (Results 1 – 1 of 1) sorted by relevance
42 static const unsigned MergeSortInsertionSortThreshold = 16; variable48 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()