Searched defs:Addend (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinbase.h835 LONGLONG __cdecl InterlockedIncrement64(LONGLONG volatile *Addend);
836 LONGLONG __cdecl InterlockedDecrement64(LONGLONG volatile *Addend);
837 LONG __cdecl InterlockedIncrementAcquire(LONG volatile *Addend);
838 LONG __cdecl InterlockedDecrementAcquire(LONG volatile *Addend);
839 LONG __cdecl InterlockedIncrementRelease(LONG volatile *Addend);
840 LONG __cdecl InterlockedDecrementRelease(LONG volatile *Addend);
843 LONGLONG __cdecl InterlockedExchangeAdd64 (LONGLONG volatile *Addend,LONGLONG Value);
850 LONG __cdecl InterlockedExchangeAdd(LONG volatile *Addend,LONG Value);
999 LONG __cdecl _InterlockedIncrement(LONG volatile *Addend);
1000 LONG __cdecl _InterlockedDecrement(LONG volatile *Addend);
1059 InterlockedIncrement64(LONGLONG volatile *Addend) argument
1067 InterlockedDecrement64(LONGLONG volatile *Addend) argument
1083 InterlockedExchangeAdd64(LONGLONG volatile *Addend,LONGLONG Value) argument
4043 InterlockedIncrement(unsigned volatile *Addend) argument
4047 InterlockedIncrement(unsigned long volatile *Addend) argument
4051 InterlockedIncrement(unsigned __int64 volatile *Addend) argument
4055 InterlockedDecrement(unsigned volatile *Addend) argument
4059 InterlockedDecrement(unsigned long volatile *Addend) argument
4063 InterlockedDecrement(unsigned __int64 volatile *Addend) argument
4079 InterlockedExchangeAdd(unsigned volatile *Addend, unsigned Value) argument
4083 InterlockedExchangeSubtract(unsigned volatile *Addend, unsigned Value) argument
4087 InterlockedExchangeAdd(unsigned long volatile *Addend, unsigned long Value) argument
4091 InterlockedExchangeSubtract(unsigned long volatile *Addend, unsigned long Value) argument
4095 InterlockedExchangeAdd(unsigned __int64 volatile *Addend, unsigned __int64 Value) argument
4099 InterlockedExchangeSubtract(unsigned __int64 volatile *Addend, unsigned __int64 Value) argument
[all...]
H A Dwinnt.h1381 SHORT InterlockedIncrement16(SHORT volatile *Addend);
1382 SHORT InterlockedDecrement16(SHORT volatile *Addend);
1387 LONG InterlockedIncrement(LONG volatile *Addend);
1388 LONG InterlockedDecrement(LONG volatile *Addend);
1395 __CRT_INLINE SHORT InterlockedIncrement16(SHORT volatile *Addend) { argument
1399 : "+r" (ret), "+m" (*Addend)
1403 __CRT_INLINE SHORT InterlockedDecrement16(SHORT volatile *Addend) { argument
1407 : "+r" (ret), "+m" (*Addend)
1452 LONG InterlockedExchangeAdd(LONG volatile *Addend,LONG Value);
1454 LONG InterlockedAdd(LONG volatile *Addend,LON
1460 InterlockedAdd(LONG volatile *Addend,LONG Value) argument
1466 InterlockedIncrement64(LONG64 volatile *Addend) argument
1474 InterlockedDecrement64(LONG64 volatile *Addend) argument
1498 InterlockedAdd64(LONG64 volatile *Addend,LONG64 Value) argument
2057 InterlockedIncrement(LONG volatile *Addend) argument
2065 InterlockedDecrement(LONG volatile *Addend) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinbase.h835 LONGLONG __cdecl InterlockedIncrement64(LONGLONG volatile *Addend);
836 LONGLONG __cdecl InterlockedDecrement64(LONGLONG volatile *Addend);
837 LONG __cdecl InterlockedIncrementAcquire(LONG volatile *Addend);
838 LONG __cdecl InterlockedDecrementAcquire(LONG volatile *Addend);
839 LONG __cdecl InterlockedIncrementRelease(LONG volatile *Addend);
840 LONG __cdecl InterlockedDecrementRelease(LONG volatile *Addend);
843 LONGLONG __cdecl InterlockedExchangeAdd64 (LONGLONG volatile *Addend,LONGLONG Value);
850 LONG __cdecl InterlockedExchangeAdd(LONG volatile *Addend,LONG Value);
999 LONG __cdecl _InterlockedIncrement(LONG volatile *Addend);
1000 LONG __cdecl _InterlockedDecrement(LONG volatile *Addend);
1059 InterlockedIncrement64(LONGLONG volatile *Addend) argument
1067 InterlockedDecrement64(LONGLONG volatile *Addend) argument
1083 InterlockedExchangeAdd64(LONGLONG volatile *Addend,LONGLONG Value) argument
4043 InterlockedIncrement(unsigned volatile *Addend) argument
4047 InterlockedIncrement(unsigned long volatile *Addend) argument
4051 InterlockedIncrement(unsigned __int64 volatile *Addend) argument
4055 InterlockedDecrement(unsigned volatile *Addend) argument
4059 InterlockedDecrement(unsigned long volatile *Addend) argument
4063 InterlockedDecrement(unsigned __int64 volatile *Addend) argument
4079 InterlockedExchangeAdd(unsigned volatile *Addend, unsigned Value) argument
4083 InterlockedExchangeSubtract(unsigned volatile *Addend, unsigned Value) argument
4087 InterlockedExchangeAdd(unsigned long volatile *Addend, unsigned long Value) argument
4091 InterlockedExchangeSubtract(unsigned long volatile *Addend, unsigned long Value) argument
4095 InterlockedExchangeAdd(unsigned __int64 volatile *Addend, unsigned __int64 Value) argument
4099 InterlockedExchangeSubtract(unsigned __int64 volatile *Addend, unsigned __int64 Value) argument
[all...]
H A Dwinnt.h1381 SHORT InterlockedIncrement16(SHORT volatile *Addend);
1382 SHORT InterlockedDecrement16(SHORT volatile *Addend);
1387 LONG InterlockedIncrement(LONG volatile *Addend);
1388 LONG InterlockedDecrement(LONG volatile *Addend);
1395 __CRT_INLINE SHORT InterlockedIncrement16(SHORT volatile *Addend) { argument
1399 : "+r" (ret), "+m" (*Addend)
1403 __CRT_INLINE SHORT InterlockedDecrement16(SHORT volatile *Addend) { argument
1407 : "+r" (ret), "+m" (*Addend)
1452 LONG InterlockedExchangeAdd(LONG volatile *Addend,LONG Value);
1454 LONG InterlockedAdd(LONG volatile *Addend,LON
1460 InterlockedAdd(LONG volatile *Addend,LONG Value) argument
1466 InterlockedIncrement64(LONG64 volatile *Addend) argument
1474 InterlockedDecrement64(LONG64 volatile *Addend) argument
1498 InterlockedAdd64(LONG64 volatile *Addend,LONG64 Value) argument
2057 InterlockedIncrement(LONG volatile *Addend) argument
2065 InterlockedDecrement(LONG volatile *Addend) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dwdm.h271 IN OUT LONG volatile *Addend);
277 IN OUT LONG volatile *Addend);
298 IN OUT LONG volatile *Addend,
377 IN OUT LONG64 volatile *Addend,
380 return InterlockedExchangeAdd64(Addend, Value) + Value;
13154 #define ExInterlockedIncrementLong(Addend,Lock) Exfi386InterlockedIncrementLong(Addend)
13155 #define ExInterlockedDecrementLong(Addend,Lock) Exfi386InterlockedDecrementLong(Addend)
13592 IN PLARGE_INTEGER Addend,
376 InterlockedAdd64( IN OUT LONG64 volatile *Addend, IN LONG64 Value) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dwdm.h271 IN OUT LONG volatile *Addend);
277 IN OUT LONG volatile *Addend);
298 IN OUT LONG volatile *Addend,
377 IN OUT LONG64 volatile *Addend,
380 return InterlockedExchangeAdd64(Addend, Value) + Value;
13154 #define ExInterlockedIncrementLong(Addend,Lock) Exfi386InterlockedIncrementLong(Addend)
13155 #define ExInterlockedDecrementLong(Addend,Lock) Exfi386InterlockedDecrementLong(Addend)
13592 IN PLARGE_INTEGER Addend,
376 InterlockedAdd64( IN OUT LONG64 volatile *Addend, IN LONG64 Value) argument
[all...]

Completed in 259 milliseconds