Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libstdc++/include/ext/
Dbitmap_allocator.h988 const size_t __rotate = (__displacement
995 __detail::__bit_free(__bitmapC, __rotate);
/freebsd-10-stable/contrib/libc++/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 …]
Dalgorithm2464 __rotate(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last,
2479 __rotate(_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __…
2496 __rotate(_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __las…
2520 return _VSTD::__rotate(__first, __middle, __last,
/freebsd-10-stable/contrib/libstdc++/include/bits/
Dstl_algo.h1756 __rotate(_ForwardIterator __first, in __rotate() function
1796 __rotate(_BidirectionalIterator __first, in __rotate() function
1830 __rotate(_RandomAccessIterator __first, in __rotate() function
1928 std::__rotate(__first, __middle, __last, _IterType()); in rotate()
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20053123 * include/bits/stl_algo.h (__rotate<_RandomAccessIterator>):
DChangeLog-20041631 (__rotate): Likewise.