Searched refs:_InterlockedExchangeAdd16 (Results 1 – 3 of 3) sorted by relevance
147 sizeof *(_v) == sizeof(short) ? _InterlockedExchangeAdd16((short *) (_v), (_i)) : \
226 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);608 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) { in _InterlockedExchangeAdd16() function
67 #define InterlockedExchangeAdd16 _InterlockedExchangeAdd16