Home
last modified time | relevance | path

Searched refs:_InterlockedCompareExchange16 (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/vcruntime/mingw32/
H A Dintrin_arm.h68 __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 Dintrin_x86.h134 #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 Dintrin_ppc.h61 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 Dinterlocked.h109 #define InterlockedCompareExchange16 _InterlockedCompareExchange16
110 #define InterlockedCompareExchangeAcquire16 __ACQ_(_InterlockedCompareExchange16)
111 #define InterlockedCompareExchangeRelease16 __REL_(_InterlockedCompareExchange16)
112 #define InterlockedCompareExchangeNoFence16 __NF_(_InterlockedCompareExchange16)
/reactos/ntoskrnl/include/internal/
H A Dntoskrnl.h27 #define InterlockedCompareExchange16 _InterlockedCompareExchange16
/reactos/sdk/include/vcruntime/msc/
H A Dintrin.h38 #pragma intrinsic(_InterlockedCompareExchange16)
/reactos/sdk/include/vcruntime/
H A Dintrin.h37 short _InterlockedCompareExchange16(_Interlocked_operand_ short volatile * _Destination, short _Exc…