Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_algo.h1672 void __nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in __nth_element() argument
1680 if (__cut <= __nth) in __nth_element()
1689 inline void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in nth_element() argument
1691 __nth_element(__first, __nth, __last, __VALUE_TYPE(__first)); in nth_element()
1695 void __nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in __nth_element() argument
1705 if (__cut <= __nth) in __nth_element()
1714 inline void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in nth_element() argument
1716 __nth_element(__first, __nth, __last, __VALUE_TYPE(__first), __comp); in nth_element()