Home
last modified time | relevance | path

Searched defs:_Addend (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/clang/lib/Headers/
H A Dintrin.h604 _InterlockedExchangeAdd8(char volatile *_Addend, char _Value) { in _InterlockedExchangeAdd8()
608 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) { in _InterlockedExchangeAdd16()
613 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) { in _InterlockedExchangeAdd64()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
Dintrin.h604 _InterlockedExchangeAdd8(char volatile *_Addend, char _Value) { in _InterlockedExchangeAdd8()
608 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) { in _InterlockedExchangeAdd16()
613 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) { in _InterlockedExchangeAdd64()
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Dintrin.h604 _InterlockedExchangeAdd8(char volatile *_Addend, char _Value) { in _InterlockedExchangeAdd8()
608 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) { in _InterlockedExchangeAdd16()
613 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) { in _InterlockedExchangeAdd64()
/aosp_15_r20/external/mesa3d/src/util/
H A Du_atomic.h122 __forceinline char _interlockedadd8(char volatile * _Addend, char _Value) in _interlockedadd8()
127 __forceinline short _interlockedadd16(short volatile * _Addend, short _Value) in _interlockedadd16()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dndis.h4307 #define NdisInterlockedAddUlong(_Addend, _Increment, _SpinLock) \ argument