Home
last modified time | relevance | path

Searched refs:__ull_rshift (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/vcruntime/msc/
H A Dintrin.h177 #pragma intrinsic(__ull_rshift)
/reactos/sdk/include/vcruntime/mingw32/
H A Dintrin_ppc.h520 PPC_QUAL unsigned long long __ull_rshift(const unsigned long long Mask, int Bit) in __ull_rshift() function
H A Dintrin_x86.h1336 __INTRIN_INLINE unsigned long long __ull_rshift(unsigned long long Mask, int Bit) in __ull_rshift() function
1389 __INTRIN_INLINE unsigned long long __ull_rshift(unsigned long long Mask, int Bit) in __ull_rshift() function
/reactos/sdk/include/xdk/
H A Dntbasedef.h783 #define Int64ShrlMod32(a,b) __ull_rshift(a,b)
/reactos/sdk/include/vcruntime/
H A Dintrin.h141 unsigned __int64 __ull_rshift(unsigned __int64, int);