HomeSort by: relevance | last modified time | path
    Searched refs:__rotate (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
arm_acle.h 42 NAME (TYPE __value, uint32_t __rotate) \
45 __rotate = __rotate % __size; \
46 return __value >> __rotate | __value << ((__size - __rotate) % __size); \
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
arm_acle.h 42 NAME (TYPE __value, uint32_t __rotate) \
45 __rotate = __rotate % __size; \
46 return __value >> __rotate | __value << ((__size - __rotate) % __size); \
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm_acle.h 39 NAME (TYPE __value, uint32_t __rotate) \
42 __rotate = __rotate % __size; \
43 return __value >> __rotate | __value << ((__size - __rotate) % __size); \
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
bitmap_allocator.h 951 const size_t __rotate = (__displacement local
958 __detail::__bit_free(__bitmapC, __rotate);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
bitmap_allocator.h 953 const size_t __rotate = (__displacement local
960 __detail::__bit_free(__bitmapC, __rotate);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_algo.h 1199 __rotate(_ForwardIterator __first, function
1241 __rotate(_BidirectionalIterator __first, function
1280 __rotate(_RandomAccessIterator __first, function
1396 return std::__rotate(__first, __middle, __last,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_algo.h 1154 __rotate(_ForwardIterator __first, function
1196 __rotate(_BidirectionalIterator __first, function
1235 __rotate(_RandomAccessIterator __first, function
1357 return std::__rotate(__first, __middle, __last,

Completed in 42 milliseconds