Searched refs:__half_len (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.c | 759 _Distance __half_len = __len / 2; in __inplace_stable_partition() local 760 _STLP_STD::advance(__middle, __half_len); in __inplace_stable_partition() 761 …otate(_STLP_PRIV __inplace_stable_partition(__first, __middle, __pred, __half_len, __pred_of_first… in __inplace_stable_partition() 763 …STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of… in __inplace_stable_partition() 796 _Distance __half_len = __len / 2; in __stable_partition_adaptive() local 797 _STLP_STD::advance(__middle, __half_len); in __stable_partition_adaptive() 799 … __half_len, __buffer, __buffer_size, in __stable_partition_adaptive() 803 … __len - __half_len, __buffer, __buffer_size, in __stable_partition_adaptive()
|