Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_algo.c755 bool __pred_of_first, bool __pred_of_before_last) { in __inplace_stable_partition() argument
757 return (__pred_of_first && (__pred_of_before_last || __pred(*__first))) ? __last : __first; in __inplace_stable_partition()
761 …TLP_PRIV __inplace_stable_partition(__first, __middle, __pred, __half_len, __pred_of_first, false), in __inplace_stable_partition()
772 bool __pred_of_first, bool __pred_of_before_last) { in __stable_partition_adaptive() argument
776 if ((__first != __last) && (!__pred_of_first || __pred(*__first))) { in __stable_partition_adaptive()
800 __pred_of_first, false), in __stable_partition_adaptive()