Searched refs:Comperand (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dinterlockedapi.h22 WINBASEAPI LONG WINAPI InterlockedCompareExchange (LONG volatile *Destination, LONG Exchange, LONG Comperand);
23 WINBASEAPI LONGLONG WINAPI InterlockedCompareExchange64 (LONGLONG volatile *Destination, LONGLONG Exchange, LONGLONG Comperand);
41 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) { argument
42 return _InterlockedCompareExchange(Destination, Exchange, Comperand);
44 __MINGW_INTRIN_INLINE LONGLONG WINAPI InterlockedCompareExchange64(LONGLONG volatile *Destination, LONGLONG Exchange, LONGLONG Comperand) { argument
45 return _InterlockedCompareExchange64(Destination, Exchange, Comperand);
H A Dwinbase.h743 LONGLONG __cdecl InterlockedCompareExchange64 (LONGLONG volatile *Destination, LONGLONG ExChange, LONGLONG Comperand);
744 LONGLONG __cdecl InterlockedCompareExchangeAcquire64 (LONGLONG volatile *Destination, LONGLONG ExChange, LONGLONG Comperand);
745 LONGLONG __cdecl InterlockedCompareExchangeRelease64 (LONGLONG volatile *Destination, LONGLONG ExChange, LONGLONG Comperand);
746 LONG64 __cdecl InterlockedCompare64Exchange128 (LONG64 volatile *Destination, LONG64 ExchangeHigh, LONG64 ExchangeLow, LONG64 Comperand);
747 LONG64 __cdecl InterlockedCompare64ExchangeAcquire128 (LONG64 volatile *Destination, LONG64 ExchangeHigh, LONG64 ExchangeLow, LONG64 Comperand);
748 LONG64 __cdecl InterlockedCompare64ExchangeRelease128 (LONG64 volatile *Destination, LONG64 ExchangeHigh, LONG64 ExchangeLow, LONG64 Comperand);
753 LONG __cdecl InterlockedCompareExchange (LONG volatile *Destination, LONG ExChange, LONG Comperand);
754 LONG __cdecl InterlockedCompareExchangeRelease (LONG volatile *Destination, LONG ExChange, LONG Comperand);
755 LONG __cdecl InterlockedCompareExchangeAcquire (LONG volatile *Destination, LONG ExChange, LONG Comperand);
757 PVOID __cdecl InterlockedCompareExchangePointer (PVOID volatile *Destination, PVOID ExChange, PVOID Comperand);
1037 __InlineInterlockedCompareExchangePointer(PVOID volatile *Destination, PVOID ExChange, PVOID Comperand) argument
3021 InterlockedCompareExchange(unsigned volatile *Destination, unsigned Exchange, unsigned Comperand) argument
3025 InterlockedCompareExchange(unsigned long volatile *Destination, unsigned long Exchange, unsigned long Comperand) argument
3034 InterlockedCompareExchange(unsigned __int64 volatile *Destination, unsigned __int64 Exchange, unsigned __int64 Comperand) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dinterlockedapi.h22 WINBASEAPI LONG WINAPI InterlockedCompareExchange (LONG volatile *Destination, LONG Exchange, LONG Comperand);
23 WINBASEAPI LONGLONG WINAPI InterlockedCompareExchange64 (LONGLONG volatile *Destination, LONGLONG Exchange, LONGLONG Comperand);
41 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) { argument
42 return _InterlockedCompareExchange(Destination, Exchange, Comperand);
44 __MINGW_INTRIN_INLINE LONGLONG WINAPI InterlockedCompareExchange64(LONGLONG volatile *Destination, LONGLONG Exchange, LONGLONG Comperand) { argument
45 return _InterlockedCompareExchange64(Destination, Exchange, Comperand);
H A Dwinbase.h743 LONGLONG __cdecl InterlockedCompareExchange64 (LONGLONG volatile *Destination, LONGLONG ExChange, LONGLONG Comperand);
744 LONGLONG __cdecl InterlockedCompareExchangeAcquire64 (LONGLONG volatile *Destination, LONGLONG ExChange, LONGLONG Comperand);
745 LONGLONG __cdecl InterlockedCompareExchangeRelease64 (LONGLONG volatile *Destination, LONGLONG ExChange, LONGLONG Comperand);
746 LONG64 __cdecl InterlockedCompare64Exchange128 (LONG64 volatile *Destination, LONG64 ExchangeHigh, LONG64 ExchangeLow, LONG64 Comperand);
747 LONG64 __cdecl InterlockedCompare64ExchangeAcquire128 (LONG64 volatile *Destination, LONG64 ExchangeHigh, LONG64 ExchangeLow, LONG64 Comperand);
748 LONG64 __cdecl InterlockedCompare64ExchangeRelease128 (LONG64 volatile *Destination, LONG64 ExchangeHigh, LONG64 ExchangeLow, LONG64 Comperand);
753 LONG __cdecl InterlockedCompareExchange (LONG volatile *Destination, LONG ExChange, LONG Comperand);
754 LONG __cdecl InterlockedCompareExchangeRelease (LONG volatile *Destination, LONG ExChange, LONG Comperand);
755 LONG __cdecl InterlockedCompareExchangeAcquire (LONG volatile *Destination, LONG ExChange, LONG Comperand);
757 PVOID __cdecl InterlockedCompareExchangePointer (PVOID volatile *Destination, PVOID ExChange, PVOID Comperand);
1037 __InlineInterlockedCompareExchangePointer(PVOID volatile *Destination, PVOID ExChange, PVOID Comperand) argument
3021 InterlockedCompareExchange(unsigned volatile *Destination, unsigned Exchange, unsigned Comperand) argument
3025 InterlockedCompareExchange(unsigned long volatile *Destination, unsigned long Exchange, unsigned long Comperand) argument
3034 InterlockedCompareExchange(unsigned __int64 volatile *Destination, unsigned __int64 Exchange, unsigned __int64 Comperand) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/psdk_inc/
H A Dintrin-impl.h1014 short _InterlockedCompareExchange16(short volatile *Destination, short ExChange, short Comperand);
1016 short _InterlockedCompareExchange16(short volatile *Destination, short ExChange, short Comperand) { argument
1017 return __sync_val_compare_and_swap(Destination, Comperand, ExChange);
1034 __LONG32 _InterlockedCompareExchange(__LONG32 volatile *Destination, __LONG32 ExChange, __LONG32 Comperand);
1037 __LONG32 _InterlockedCompareExchange(__LONG32 volatile *Destination, __LONG32 ExChange, __LONG32 Comperand) { argument
1038 return __sync_val_compare_and_swap(Destination, Comperand, ExChange);
1096 __MINGW_EXTENSION __int64 _InterlockedCompareExchange64(__int64 volatile *Destination, __int64 ExChange, __int64 Comperand);
1098 __int64 _InterlockedCompareExchange64(__int64 volatile *Destination, __int64 ExChange, __int64 Comperand) { argument
1099 return __sync_val_compare_and_swap(Destination, Comperand, ExChange);
1105 void *_InterlockedCompareExchangePointer(void * volatile *Destination, void *ExChange, void *Comperand);
1108 _InterlockedCompareExchangePointer(void *volatile *Destination, void *ExChange, void *Comperand) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
H A Dintrin-impl.h1014 short _InterlockedCompareExchange16(short volatile *Destination, short ExChange, short Comperand);
1016 short _InterlockedCompareExchange16(short volatile *Destination, short ExChange, short Comperand) { argument
1017 return __sync_val_compare_and_swap(Destination, Comperand, ExChange);
1034 __LONG32 _InterlockedCompareExchange(__LONG32 volatile *Destination, __LONG32 ExChange, __LONG32 Comperand);
1037 __LONG32 _InterlockedCompareExchange(__LONG32 volatile *Destination, __LONG32 ExChange, __LONG32 Comperand) { argument
1038 return __sync_val_compare_and_swap(Destination, Comperand, ExChange);
1096 __MINGW_EXTENSION __int64 _InterlockedCompareExchange64(__int64 volatile *Destination, __int64 ExChange, __int64 Comperand);
1098 __int64 _InterlockedCompareExchange64(__int64 volatile *Destination, __int64 ExChange, __int64 Comperand) { argument
1099 return __sync_val_compare_and_swap(Destination, Comperand, ExChange);
1105 void *_InterlockedCompareExchangePointer(void * volatile *Destination, void *ExChange, void *Comperand);
1108 _InterlockedCompareExchangePointer(void *volatile *Destination, void *ExChange, void *Comperand) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dwdm.h13620 #define ExInterlockedCompareExchange64(Destination, Exchange, Comperand, Lock) \
13621 InterlockedCompareExchange64(Destination, *(Exchange), *(Comperand))
13631 IN PLONGLONG Comperand);
13633 #define ExInterlockedCompareExchange64(Destination, Exchange, Comperand, Lock) \
13634 ExfInterlockedCompareExchange64(Destination, Exchange, Comperand)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dwdm.h13620 #define ExInterlockedCompareExchange64(Destination, Exchange, Comperand, Lock) \
13621 InterlockedCompareExchange64(Destination, *(Exchange), *(Comperand))
13631 IN PLONGLONG Comperand);
13633 #define ExInterlockedCompareExchange64(Destination, Exchange, Comperand, Lock) \
13634 ExfInterlockedCompareExchange64(Destination, Exchange, Comperand)

Completed in 1689 milliseconds