Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dintrin.h180 long _InterlockedAddLargeStatistic(__int64 volatile *_Addend, long _Value);
213 long __cdecl _InterlockedDecrement(long volatile *_Addend);
215 short _InterlockedDecrement16(short volatile *_Addend);
222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
226 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);
230 char _InterlockedExchangeAdd8(char volatile *_Addend, char _Value);
232 long __cdecl _InterlockedIncrement(long volatile *_Addend);
234 short _InterlockedIncrement16(short volatile *_Addend);
382 __int64 _InterlockedDecrement64(__int64 volatile *_Addend);
386 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value);
[all …]