Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.c508 __rotate(_ForwardIter __first, _ForwardIter __middle, _ForwardIter __last) { in __rotate() function
520 _STLP_PRIV __rotate(__first, __middle, __last); in rotate()
761 …return _STLP_PRIV __rotate(_STLP_PRIV __inplace_stable_partition(__first, __middle, __pred, __half… in __inplace_stable_partition()
798 return _STLP_PRIV __rotate(_STLP_PRIV __stable_partition_adaptive(__first, __middle, __pred, in __stable_partition_adaptive()
1110 return _STLP_PRIV __rotate(__first, __middle, __last); in __rotate_adaptive()
1494 = _STLP_PRIV __rotate(__first_cut, __middle, __second_cut); in __merge_without_buffer()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmemory3135 static _Size __rotate(_Size __val, int __shift) {
3185 return __hash_len_16(__rotate(__a - __b, 43) + __rotate(__c, 30) + __d,
3186 __a + __rotate(__b ^ __k3, 20) - __c + __len);
3194 __b = __rotate(__b + __a + __z, 21);
3198 __b += __rotate(__a, 44);
3218 _Size __b = __rotate(__a + __z, 52);
3219 _Size __c = __rotate(__a, 37);
3221 __c += __rotate(__a, 7);
3224 _Size __vs = __b + __rotate(__a, 31) + __c;
3227 __b = __rotate(__a + __z, 52);
[all …]
Dalgorithm2452 __rotate(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last,
2467 __rotate(_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __…
2484 __rotate(_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __las…
2508 return _VSTD::__rotate(__first, __middle, __last,