Searched refs:_S_threshold (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_algo.h2296 enum { _S_threshold = 16 }; enumerator in enum:__anon2026
2436 if (__last - __first > int(_S_threshold))
2438 std::__insertion_sort(__first, __first + int(_S_threshold));
2439 std::__unguarded_insertion_sort(__first + int(_S_threshold), __last);
2455 if (__last - __first > int(_S_threshold))
2457 std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
2458 std::__unguarded_insertion_sort(__first + int(_S_threshold), __last,
2742 while (__last - __first > int(_S_threshold))
2778 while (__last - __first > int(_S_threshold))

Completed in 201 milliseconds