Searched refs:InterlockedXor (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinbase.h673 #define InterlockedXor _InterlockedXor macro
710 LONG __cdecl InterlockedXor (LONG volatile *Destination, LONG Value);
790 #ifndef InterlockedXor
791 #define InterlockedXor InterlockedXor_Inline macro
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 macro
3046 FORCEINLINE unsigned __int64 InterlockedXor (unsigned __int64 volatile *Destination, unsigned __int64 Value) { function
H A Dwinnt.h1457 #define InterlockedXor _InterlockedXor macro
1778 #define InterlockedXor _InterlockedXor macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinbase.h673 #define InterlockedXor _InterlockedXor macro
710 LONG __cdecl InterlockedXor (LONG volatile *Destination, LONG Value);
790 #ifndef InterlockedXor
791 #define InterlockedXor InterlockedXor_Inline macro
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 macro
3046 FORCEINLINE unsigned __int64 InterlockedXor (unsigned __int64 volatile *Destination, unsigned __int64 Value) { function
H A Dwinnt.h1457 #define InterlockedXor _InterlockedXor macro
1778 #define InterlockedXor _InterlockedXor macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dwdm.h310 #define InterlockedXor _InterlockedXor macro
349 #define InterlockedXor _InterlockedXor macro
9633 InterlockedXor(Flags, Flag)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dwdm.h310 #define InterlockedXor _InterlockedXor macro
349 #define InterlockedXor _InterlockedXor macro
9633 InterlockedXor(Flags, Flag)

Completed in 326 milliseconds