Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort.h867 difference_type __depth_limit = 2 * std::__bit_log2(std::__to_unsigned_like(__last - __first)); in __sort_dispatch() local
873 __first, __last, __comp, __depth_limit); in __sort_dispatch()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dsort.h914 difference_type __depth_limit = 2 * std::__log2i(__last - __first);
922 …_use_branchless_sort<_Comp, _RandomAccessIterator>::value>(__first, __last, __comp, __depth_limit);