Searched refs:_InterlockedCompareExchange16 (Results 1 – 7 of 7) sorted by relevance
/reactos/sdk/include/vcruntime/mingw32/ |
H A D | intrin_arm.h | 68 __INTRIN_INLINE short _InterlockedCompareExchange16(volatile short * const Destination, const short… in _InterlockedCompareExchange16() function 213 y = _InterlockedCompareExchange16(value, x & mask, x); in _InterlockedAnd16() 264 y = _InterlockedCompareExchange16(value, x | mask, x); in _InterlockedOr16() 315 y = _InterlockedCompareExchange16(value, x ^ mask, x); in _InterlockedXor16()
|
H A D | intrin_x86.h | 134 #if !HAS_BUILTIN(_InterlockedCompareExchange16) 135 __INTRIN_INLINE short _InterlockedCompareExchange16(volatile short * Destination, short Exchange, s… in _InterlockedCompareExchange16() function 367 #if !HAS_BUILTIN(_InterlockedCompareExchange16) 368 __INTRIN_INLINE short _InterlockedCompareExchange16(volatile short * Destination, short Exchange, s… in _InterlockedCompareExchange16() function 487 y = _InterlockedCompareExchange16(value, x & mask, x); in _InterlockedAnd16() 544 y = _InterlockedCompareExchange16(value, x | mask, x); in _InterlockedOr16() 601 y = _InterlockedCompareExchange16(value, x ^ mask, x); in _InterlockedXor16()
|
H A D | intrin_ppc.h | 61 PPC_QUAL short _InterlockedCompareExchange16(volatile short * const Destination, const short Exchan… in _InterlockedCompareExchange16() function 165 PPC_QUAL short _InterlockedCompareExchange16(volatile short * const Destination, const short Exchan… in _InterlockedCompareExchange16() function
|
/reactos/sdk/include/xdk/ |
H A D | interlocked.h | 109 #define InterlockedCompareExchange16 _InterlockedCompareExchange16 110 #define InterlockedCompareExchangeAcquire16 __ACQ_(_InterlockedCompareExchange16) 111 #define InterlockedCompareExchangeRelease16 __REL_(_InterlockedCompareExchange16) 112 #define InterlockedCompareExchangeNoFence16 __NF_(_InterlockedCompareExchange16)
|
/reactos/ntoskrnl/include/internal/ |
H A D | ntoskrnl.h | 27 #define InterlockedCompareExchange16 _InterlockedCompareExchange16
|
/reactos/sdk/include/vcruntime/msc/ |
H A D | intrin.h | 38 #pragma intrinsic(_InterlockedCompareExchange16)
|
/reactos/sdk/include/vcruntime/ |
H A D | intrin.h | 37 short _InterlockedCompareExchange16(_Interlocked_operand_ short volatile * _Destination, short _Exc…
|