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

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/X64/
InterlockedCompareExchange16.c 20 __int16 _InterlockedCompareExchange16(
26 #pragma intrinsic(_InterlockedCompareExchange16)
52 return _InterlockedCompareExchange16 (Value, ExchangeValue, CompareValue);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 40 extern "C" short _InterlockedCompareExchange16( // NOLINT
43 #pragma intrinsic(_InterlockedCompareExchange16)
222 u16 prev = (u16)_InterlockedCompareExchange16(
  /external/mesa3d/src/util/
u_atomic.h 151 sizeof *(_v) == sizeof(short) ? _InterlockedCompareExchange16((short *) (_v), (short) (_new), (short) (_old)) : \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
intrin-impl.h     [all...]
  /external/clang/lib/Headers/
intrin.h 196 short _InterlockedCompareExchange16(short volatile *_Destination,
758 _InterlockedCompareExchange16(short volatile *_Destination,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 196 short _InterlockedCompareExchange16(short volatile *_Destination,
758 _InterlockedCompareExchange16(short volatile *_Destination,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 196 short _InterlockedCompareExchange16(short volatile *_Destination,
758 _InterlockedCompareExchange16(short volatile *_Destination,
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 196 short _InterlockedCompareExchange16(short volatile *_Destination,
758 _InterlockedCompareExchange16(short volatile *_Destination,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 203 short _InterlockedCompareExchange16(short volatile *_Destination,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 203 short _InterlockedCompareExchange16(short volatile *_Destination,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
intrin.h     [all...]
winnt.h     [all...]

Completed in 406 milliseconds