Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_atomic.h153 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/llvm-project/clang/test/CodeGen/
Dms-intrinsics.c288 return _InterlockedExchangeAdd16(value, mask); in test_InterlockedExchangeAdd16()
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def902 LANGBUILTIN(_InterlockedExchangeAdd16, "ssD*s", "n", ALL_MS_LANGUAGES)