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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
InterlockedCompareExchange64.c 20 __int64 _InterlockedCompareExchange64(
26 #pragma intrinsic(_InterlockedCompareExchange64)
36 return _InterlockedCompareExchange64 (Value, ExchangeValue, CompareValue);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/X64/
InterlockedCompareExchange64.c 19 __int64 _InterlockedCompareExchange64(
25 #pragma intrinsic(_InterlockedCompareExchange64)
51 return _InterlockedCompareExchange64 (Value, ExchangeValue, CompareValue);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 45 long long _InterlockedCompareExchange64( // NOLINT
48 #pragma intrinsic(_InterlockedCompareExchange64)
248 u64 prev = (u64)_InterlockedCompareExchange64(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
interlockedapi.h 45 return _InterlockedCompareExchange64(Destination, Exchange, Comperand);
intrin.h 357 __MACHINEIA64(__MINGW_EXTENSION __int64 _InterlockedCompareExchange64(__int64 volatile *,__int64,__int64))
369 /* __MACHINEI(__MINGW_EXTENSION __int64 _InterlockedCompareExchange64(__int64 volatile *,__int64,__int64)) moved to psdk_inc/intrin-impl.h */
    [all...]
winbase.h 654 #define InterlockedCompareExchange64 _InterlockedCompareExchange64
897 #define InterlockedCompareExchange64 _InterlockedCompareExchange64
    [all...]
winnt.h     [all...]
  /external/deqp/framework/delibs/dethread/
deAtomic.h 187 return _InterlockedCompareExchange64((volatile long long*)dstAddr, exchange, compare);
  /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 199 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
765 _InterlockedCompareExchange64(__int64 volatile *_Destination,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 199 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
765 _InterlockedCompareExchange64(__int64 volatile *_Destination,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 199 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
765 _InterlockedCompareExchange64(__int64 volatile *_Destination,
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 199 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
765 _InterlockedCompareExchange64(__int64 volatile *_Destination,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 206 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 206 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 364 #define InterlockedCompareExchange64 _InterlockedCompareExchange64
    [all...]

Completed in 271 milliseconds