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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_algo.h2651 /// This is a helper function for the __merge_sort_loop routines.
2681 __merge_sort_loop(_RandomAccessIterator1 __first, function
2737 std::__merge_sort_loop(__first, __last, __buffer,
2740 std::__merge_sort_loop(__buffer, __buffer_last, __first,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_algo.h2617 /// This is a helper function for the __merge_sort_loop routines.
2647 __merge_sort_loop(_RandomAccessIterator1 __first,
2703 std::__merge_sort_loop(__first, __last, __buffer,
2706 std::__merge_sort_loop(__buffer, __buffer_last, __first,
2641 __merge_sort_loop(_RandomAccessIterator1 __first, function

Completed in 146 milliseconds