Searched defs: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.h889 #ifndef InterlockedXor
890 #define InterlockedXor InterlockedXor_Inline macro
966 return (BOOLEAN)((InterlockedXor(&Base[Bit/(sizeof(*Base)*8)],tBit)&tBit)!=0);
4120 FORCEINLINE unsigned __int64 InterlockedXor(unsigned __int64 volatile *Destination, unsigned __int64 Value) { function
H A Dwinnt.h1343 #define InterlockedXor _InterlockedXor macro
1386 LONG InterlockedXor(LONG volatile *Destination,LONG Value);
1430 __CRT_INLINE LONG InterlockedXor(LONG volatile *Destination,LONG Value) { function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinbase.h889 #ifndef InterlockedXor
890 #define InterlockedXor InterlockedXor_Inline macro
966 return (BOOLEAN)((InterlockedXor(&Base[Bit/(sizeof(*Base)*8)],tBit)&tBit)!=0);
4120 FORCEINLINE unsigned __int64 InterlockedXor(unsigned __int64 volatile *Destination, unsigned __int64 Value) { function
H A Dwinnt.h1343 #define InterlockedXor _InterlockedXor macro
1386 LONG InterlockedXor(LONG volatile *Destination,LONG Value);
1430 __CRT_INLINE LONG InterlockedXor(LONG volatile *Destination,LONG Value) { function
/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
9629 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
9629 InterlockedXor(Flags, Flag)

Completed in 339 milliseconds