Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_algo.c904 #define __stl_threshold 16 macro
961 if (__last - __first > __stl_threshold) { in __final_insertion_sort()
962 …__insertion_sort(__first, __first + __stl_threshold, _STLP_VALUE_TYPE(__first,_RandomAccessIter), … in __final_insertion_sort()
963 __unguarded_insertion_sort(__first + __stl_threshold, __last, __comp); in __final_insertion_sort()
973 while (__last - __first > __stl_threshold) { in __introsort_loop()
2023 #undef __stl_threshold