Searched defs:__stl_threshold (Results 1 - 1 of 1) sorted by relevance

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

Completed in 80 milliseconds