Searched refs:__nth (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/ |
D | _algo.c | 1314 void __nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in __nth_element() argument 1324 if (__cut <= __nth) in __nth_element() 1335 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in nth_element() argument 1337 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __nth)) in nth_element() 1338 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__nth, __last)) in nth_element() 1339 _STLP_PRIV __nth_element(__first, __nth, __last, _STLP_VALUE_TYPE(__first, _RandomAccessIter), in nth_element() 1344 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in nth_element() argument 1346 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __nth)) in nth_element() 1347 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__nth, __last)) in nth_element() 1348 …_STLP_PRIV __nth_element(__first, __nth, __last, _STLP_VALUE_TYPE(__first, _RandomAccessIter), __c… in nth_element()
|
D | _algo.h | 454 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, 458 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth,
|