HomeSort by relevance Sort by last modified time
    Searched refs:_InterlockedExchangeAdd16 (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/util/
u_atomic.h 144 sizeof *(_v) == sizeof(short) ? _InterlockedExchangeAdd16((short *) (_v), (_i)) : \
  /external/clang/lib/Headers/
intrin.h 226 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);
608 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 226 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);
608 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 226 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);
608 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) {
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 226 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);
608 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) {
    [all...]
  /external/v8/src/runtime/
runtime-atomics.cc 73 #define InterlockedExchangeAdd16 _InterlockedExchangeAdd16
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 233 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 233 short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value);
    [all...]

Completed in 243 milliseconds