Searched refs:__stable_sort_adaptive (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_algo.h | 1475 void __stable_sort_adaptive(_RandomAccessIter __first, in __stable_sort_adaptive() function 1481 __stable_sort_adaptive(__first, __middle, __buffer, __buffer_size); in __stable_sort_adaptive() 1482 __stable_sort_adaptive(__middle, __last, __buffer, __buffer_size); in __stable_sort_adaptive() 1494 void __stable_sort_adaptive(_RandomAccessIter __first, in __stable_sort_adaptive() function 1500 __stable_sort_adaptive(__first, __middle, __buffer, __buffer_size, in __stable_sort_adaptive() 1502 __stable_sort_adaptive(__middle, __last, __buffer, __buffer_size, in __stable_sort_adaptive() 1523 __stable_sort_adaptive(__first, __last, buf.begin(), in __stable_sort_aux() 1535 __stable_sort_adaptive(__first, __last, buf.begin(), in __stable_sort_aux()
|