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 D | winbase.h | 889 #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 D | winnt.h | 1343 #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 D | winbase.h | 889 #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 D | winnt.h | 1343 #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 D | wdm.h | 310 #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 D | wdm.h | 310 #define InterlockedXor _InterlockedXor macro 349 #define InterlockedXor _InterlockedXor macro 9629 InterlockedXor(Flags, Flag)
|
Completed in 339 milliseconds