HomeSort by relevance Sort by last modified time
    Searched defs:InterlockedAnd (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 685 #define InterlockedAnd _InterlockedAnd
722 LONG __cdecl InterlockedAnd (LONG volatile *Destination, LONG Value);
762 #ifndef InterlockedAnd
763 #define InterlockedAnd InterlockedAnd_Inline
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
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 309 #define InterlockedAnd _InterlockedAnd
347 #define InterlockedAnd _InterlockedAnd
    [all...]

Completed in 480 milliseconds