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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 47 extern "C" long long _InterlockedExchangeAdd64( // NOLINT
49 #pragma intrinsic(_InterlockedExchangeAdd64)
115 return (uptr)_InterlockedExchangeAdd64(
136 return (uptr)_InterlockedExchangeAdd64(
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-windows.h 266 LONGLONG _InterlockedExchangeAdd64(volatile LONGLONG* ptr, LONGLONG increment);
267 #pragma intrinsic(_InterlockedExchangeAdd64)
270 return _InterlockedExchangeAdd64(const_cast<LONGLONG*>(ptr), increment);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-windows.h 257 LONGLONG _InterlockedExchangeAdd64(volatile LONGLONG* ptr, LONGLONG increment);
258 #pragma intrinsic(_InterlockedExchangeAdd64)
261 return _InterlockedExchangeAdd64(const_cast<LONGLONG*>(ptr), increment);
  /external/clang/lib/Headers/
Intrin.h 430 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value);
669 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) {
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
Intrin.h 430 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value);
669 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) {
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
Intrin.h 430 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value);
669 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) {
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 430 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value);
669 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) {
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
Intrin.h 573 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) {
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
Intrin.h 573 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
intrin.h 279 __MACHINEIA64(__MINGW_EXTENSION __int64 _InterlockedExchangeAdd64(__int64 volatile *,__int64))
282 __MACHINEX64(__MINGW_EXTENSION __int64 _InterlockedExchangeAdd64(__int64 volatile *,__int64))
    [all...]
winbase.h 830 #define InterlockedExchangeAdd64 _InterlockedExchangeAdd64
994 #define InterlockedExchangeAdd64 _InterlockedExchangeAdd64
1012 LONG64 __cdecl _InterlockedExchangeAdd64(LONG64 volatile *Addend,LONG64 Value);
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 363 #define InterlockedExchangeAdd64 _InterlockedExchangeAdd64
    [all...]

Completed in 343 milliseconds