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

/external/stlport/stlport/stl/
H A D_algo.c752 _ForwardIter __inplace_stable_partition(_ForwardIter __first, function
761 return _STLP_PRIV __rotate(_STLP_PRIV __inplace_stable_partition(__first, __middle, __pred, __half_len, __pred_of_first, false),
763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last));
819 __inplace_stable_partition(__first, __last, __pred,

Completed in 753 milliseconds