Home | History | Annotate | Download | only in bits

Lines Matching refs:_S_threshold

1874   enum { _S_threshold = 16 };
1882 if (__last - __first > int(_S_threshold))
1884 std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
1885 std::__unguarded_insertion_sort(__first + int(_S_threshold), __last,
1943 while (__last - __first > int(_S_threshold))