Searched refs:__pred_of_before_last (Results 1 – 1 of 1) sorted by relevance
/external/stlport/stlport/stl/ |
D | _algo.c | 755 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() 763 …place_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last)); in __inplace_stable_partition() 772 bool __pred_of_first, bool __pred_of_before_last) { in __stable_partition_adaptive() argument 781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) || in __stable_partition_adaptive() 804 true, __pred_of_before_last)); in __stable_partition_adaptive() 811 _Predicate __pred, _Tp*, _Distance*, bool __pred_of_before_last) { in __stable_partition_aux_aux() argument 818 false, __pred_of_before_last) : in __stable_partition_aux_aux() 821 false, __pred_of_before_last); in __stable_partition_aux_aux()
|