HomeSort by relevance Sort by last modified time
    Searched refs:InterlockedXor (Results 1 - 4 of 4) sorted by null

  /external/v8/src/runtime/
runtime-atomics.cc 95 return InterlockedXor##suffix(reinterpret_cast<vctype*>(p), \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 673 #define InterlockedXor _InterlockedXor
710 LONG __cdecl InterlockedXor (LONG volatile *Destination, LONG Value);
790 #ifndef InterlockedXor
791 #define InterlockedXor InterlockedXor_Inline
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
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 310 #define InterlockedXor _InterlockedXor
349 #define InterlockedXor _InterlockedXor
    [all...]

Completed in 338 milliseconds