Searched defs:InterlockedAnd (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinbase.h685 #define InterlockedAnd _InterlockedAnd macro
722 LONG __cdecl InterlockedAnd (LONG volatile *Destination, LONG Value);
762 #ifndef InterlockedAnd
763 #define InterlockedAnd InterlockedAnd_Inline macro
859 return (BOOLEAN) ((InterlockedAnd (&Base[Bit / (sizeof (*Base) * 8)], ~tBit) & tBit) != 0);
908 LONG __cdecl InterlockedAnd(LONG volatile *Destination, LONG Value);
936 #define InterlockedAnd _InterlockedAnd macro
3038 FORCEINLINE unsigned __int64 InterlockedAnd (unsigned __int64 volatile *Destination, unsigned __int64 Value) { function
H A Dwinnt.h1455 #define InterlockedAnd _InterlockedAnd macro
1776 #define InterlockedAnd _InterlockedAnd macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinbase.h685 #define InterlockedAnd _InterlockedAnd macro
722 LONG __cdecl InterlockedAnd (LONG volatile *Destination, LONG Value);
762 #ifndef InterlockedAnd
763 #define InterlockedAnd InterlockedAnd_Inline macro
859 return (BOOLEAN) ((InterlockedAnd (&Base[Bit / (sizeof (*Base) * 8)], ~tBit) & tBit) != 0);
908 LONG __cdecl InterlockedAnd(LONG volatile *Destination, LONG Value);
936 #define InterlockedAnd _InterlockedAnd macro
3038 FORCEINLINE unsigned __int64 InterlockedAnd (unsigned __int64 volatile *Destination, unsigned __int64 Value) { function
H A Dwinnt.h1455 #define InterlockedAnd _InterlockedAnd macro
1776 #define InterlockedAnd _InterlockedAnd macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dwdm.h309 #define InterlockedAnd _InterlockedAnd macro
347 #define InterlockedAnd _InterlockedAnd macro
9627 InterlockedAnd((PLONG)(Flags), Flag)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dwdm.h309 #define InterlockedAnd _InterlockedAnd macro
347 #define InterlockedAnd _InterlockedAnd macro
9627 InterlockedAnd((PLONG)(Flags), Flag)

Completed in 302 milliseconds