Home | History | Annotate | Download | only in bits

Lines Matching refs:_S_threshold

2206   enum { _S_threshold = 16 };
2214 if (__last - __first > int(_S_threshold))
2216 std::__insertion_sort(__first, __first + int(_S_threshold));
2217 std::__unguarded_insertion_sort(__first + int(_S_threshold), __last);
2229 if (__last - __first > int(_S_threshold))
2231 std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
2232 std::__unguarded_insertion_sort(__first + int(_S_threshold), __last,
2310 while (__last - __first > int(_S_threshold))
2332 while (__last - __first > int(_S_threshold))