Home
last modified time | relevance | path

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

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