Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_algo.h1599 _RandomAccessIter __result_first, in __partial_sort_copy() argument
1602 if (__result_first == __result_last) return __result_last; in __partial_sort_copy()
1603 _RandomAccessIter __result_real_last = __result_first; in __partial_sort_copy()
1609 make_heap(__result_first, __result_real_last); in __partial_sort_copy()
1611 if (*__first < *__result_first) in __partial_sort_copy()
1612 __adjust_heap(__result_first, _Distance(0), in __partial_sort_copy()
1613 _Distance(__result_real_last - __result_first), in __partial_sort_copy()
1617 sort_heap(__result_first, __result_real_last); in __partial_sort_copy()
1624 _RandomAccessIter __result_first, in partial_sort_copy() argument
1626 return __partial_sort_copy(__first, __last, __result_first, __result_last, in partial_sort_copy()
[all …]