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

/external/stlport/stlport/stl/
H A D_algo.c1020 void __inplace_stable_sort(_RandomAccessIter __first, function
1027 __inplace_stable_sort(__first, __middle, __comp);
1028 __inplace_stable_sort(__middle, __last, __comp);
1187 __inplace_stable_sort(__first, __last, __comp);

Completed in 38 milliseconds