Searched refs:__merge_adaptive (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_algo.h1488 __merge_adaptive(__first, __middle, __last, _Distance(__middle - __first),
1511 __merge_adaptive(__first, __middle, __last, _Distance(__middle - __first),
2135 void __merge_adaptive(_BidirectionalIter __first, function
2168 __merge_adaptive(__first, __first_cut, __new_middle, __len11,
2170 __merge_adaptive(__new_middle, __second_cut, __last, __len1 - __len11,
2177 void __merge_adaptive(_BidirectionalIter __first, function
2212 __merge_adaptive(__first, __first_cut, __new_middle, __len11,
2214 __merge_adaptive(__new_middle, __second_cut, __last, __len1 - __len11,
2232 __merge_adaptive(__first, __middle, __last, __len1, __len2,
2251 __merge_adaptive(__firs
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h2312 /// This is a helper function for the __merge_adaptive routines.
2338 /// This is a helper function for the __merge_adaptive routines.
2427 __merge_adaptive(_BidirectionalIterator __first, function
2475 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11,
2477 std::__merge_adaptive(__new_middle, __second_cut, __last,
2561 std::__merge_adaptive
2761 std::__merge_adaptive(__first, __middle, __last,

Completed in 113 milliseconds