Searched defs:Comperand (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
D | intrin-impl.h | 1472 short _InterlockedCompareExchange16(short volatile *Destination, short ExChange, short Comperand) { in _InterlockedCompareExchange16() 1494 …InterlockedCompareExchange(__LONG32 volatile *Destination, __LONG32 ExChange, __LONG32 Comperand) { in _InterlockedCompareExchange() 1560 …_InterlockedCompareExchange64(__int64 volatile *Destination, __int64 ExChange, __int64 Comperand) { in _InterlockedCompareExchange64() 1571 …*_InterlockedCompareExchangePointer(void *volatile *Destination, void *ExChange, void *Comperand) { in _InterlockedCompareExchangePointer()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | winbase.h | 1062 …eInterlockedCompareExchangePointer (PVOID volatile *Destination, PVOID ExChange, PVOID Comperand) { in __InlineInterlockedCompareExchangePointer() 1068 #define InterlockedCompareExchangePointer(Destination, ExChange, Comperand) (PVOID) (LONG_PTR)Inter… argument 3147 …nterlockedCompareExchange (unsigned volatile *Destination, unsigned Exchange, unsigned Comperand) { in InterlockedCompareExchange() 3151 …reExchange (unsigned long volatile *Destination, unsigned long Exchange, unsigned long Comperand) { in InterlockedCompareExchange() 3160 …e (unsigned __int64 volatile *Destination, unsigned __int64 Exchange, unsigned __int64 Comperand) { in InterlockedCompareExchange()
|
D | winnt.h | 2278 #define InterlockedCompareExchangePointer(Destination, ExChange, Comperand) (PVOID) (LONG_PTR)Inter… argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
D | wdm.h | 13620 #define ExInterlockedCompareExchange64(Destination, Exchange, Comperand, Lock) \ argument 13633 #define ExInterlockedCompareExchange64(Destination, Exchange, Comperand, Lock) \ argument
|