Home
last modified time | relevance | path

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

/reactos/sdk/include/vcruntime/mingw32/
H A Dintrin_ppc.h105 PPC_QUAL short _InterlockedAnd16(volatile short * const value, const short mask) in _InterlockedAnd16() function
266 PPC_MakeInterlockedFunction(short,_InterlockedAnd16,&,(volatile short * const value, const short mo…
H A Dintrin_arm.h203 __INTRIN_INLINE short _InterlockedAnd16(volatile short * const value, const short mask) in _InterlockedAnd16() function
H A Dintrin_x86.h235 #if !HAS_BUILTIN(_InterlockedAnd16)
236 __INTRIN_INLINE short _InterlockedAnd16(volatile short * value, short mask) in _InterlockedAnd16() function
476 #if !HAS_BUILTIN(_InterlockedAnd16)
477 __INTRIN_INLINE short _InterlockedAnd16(volatile short * value, short mask) in _InterlockedAnd16() function
/reactos/sdk/include/vcruntime/msc/
H A Dintrin.h47 #pragma intrinsic(_InterlockedAnd16)
/reactos/sdk/include/xdk/
H A Dinterlocked.h77 #define InterlockedAnd16 _InterlockedAnd16
/reactos/sdk/include/vcruntime/
H A Dintrin.h34 short _InterlockedAnd16(_Interlocked_operand_ short volatile * _Value, short _Mask);