Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_atomic.h147 sizeof *(_v) == sizeof(short) ? _InterlockedExchangeAdd16((short *) (_v), (_i)) : \
/external/clang/lib/Headers/
Dintrin.h226 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);
608 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) { in _InterlockedExchangeAdd16() function
/external/v8/src/runtime/
Druntime-atomics.cc67 #define InterlockedExchangeAdd16 _InterlockedExchangeAdd16