Home | History | Annotate | Download | only in include

Lines Matching refs:InterlockedXor

673 #define InterlockedXor _InterlockedXor
710 LONG __cdecl InterlockedXor (LONG volatile *Destination, LONG Value);
790 #ifndef InterlockedXor
791 #define InterlockedXor InterlockedXor_Inline
869 return (BOOLEAN) ((InterlockedXor (&Base[Bit / (sizeof (*Base) * 8)], tBit) & tBit) != 0);
910 LONG __cdecl InterlockedXor(LONG volatile *Destination, LONG Value);
938 #define InterlockedXor _InterlockedXor
3046 FORCEINLINE unsigned __int64 InterlockedXor (unsigned __int64 volatile *Destination, unsigned __int64 Value) {