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

/external/clang/lib/Headers/
H A DIntrin.h196 long _InterlockedAddLargeStatistic(__int64 volatile *_Addend, long _Value);
229 long __cdecl _InterlockedDecrement(long volatile *_Addend);
231 short _InterlockedDecrement16(short volatile *_Addend);
238 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
242 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);
246 char _InterlockedExchangeAdd8(char volatile *_Addend, char _Value);
248 long __cdecl _InterlockedIncrement(long volatile *_Addend);
250 short _InterlockedIncrement16(short volatile *_Addend);
426 __int64 _InterlockedDecrement64(__int64 volatile *_Addend);
430 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int6
660 _InterlockedExchangeAdd8(char volatile *_Addend, char _Value) argument
664 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) argument
669 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) argument
[all...]

Completed in 296 milliseconds