Searched defs:__result_first (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_algo.c1258 _RandomAccessIter __result_first,
1261 if (__result_first == __result_last) return __result_last;
1262 _RandomAccessIter __result_real_last = __result_first;
1268 make_heap(__result_first, __result_real_last, __comp);
1270 if (__comp(*__first, *__result_first)) {
1271 _STLP_VERBOSE_ASSERT(!__comp(*__result_first, *__first), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
1272 __adjust_heap(__result_first, _Distance(0),
1273 _Distance(__result_real_last - __result_first),
1279 sort_heap(__result_first, __result_real_last, __comp);
1288 _RandomAccessIter __result_first, _RandomAccessIte
1256 __partial_sort_copy(_InputIter __first, _InputIter __last, _RandomAccessIter __result_first, _RandomAccessIter __result_last, _Compare __comp, _Distance*, _Tp*) argument
1287 partial_sort_copy(_InputIter __first, _InputIter __last, _RandomAccessIter __result_first, _RandomAccessIter __result_last) argument
1299 partial_sort_copy(_InputIter __first, _InputIter __last, _RandomAccessIter __result_first, _RandomAccessIter __result_last, _Compare __comp) argument
[all...]

Completed in 407 milliseconds