/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_atomic_msvc.h | 33 extern "C" long _InterlockedExchangeAdd( // NOLINT 35 #pragma intrinsic(_InterlockedExchangeAdd) 115 return (u32)_InterlockedExchangeAdd( 127 return (uptr)_InterlockedExchangeAdd( 136 return (u32)_InterlockedExchangeAdd( 148 return (uptr)_InterlockedExchangeAdd(
|
/external/libchrome/base/ |
atomicops_internals_x86_msvc.h | 49 return _InterlockedExchangeAdd(
|
/external/opencv3/modules/core/include/opencv2/core/ |
cvdef.h | 193 # define CV_XADD(addr, delta) (int)_InterlockedExchangeAdd(const_cast<void*>(reinterpret_cast<volatile void*>(addr)), delta) 211 # define CV_XADD(addr, delta) (int)_InterlockedExchangeAdd((long volatile*)addr, delta)
|
/external/v8/src/runtime/ |
runtime-atomics.cc | 81 #define InterlockedExchangeAdd32 _InterlockedExchangeAdd
|
/external/opencv3/modules/videoio/src/ |
cap_ffmpeg_impl.hpp | 420 static int _interlockedExchangeAdd(int* addr, int delta) 423 return (int)_InterlockedExchangeAdd((long volatile*)addr, delta); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
intrin.h | 275 __MACHINEI(__LONG32 _InterlockedExchangeAdd(__LONG32 volatile *,__LONG32)) 276 __MACHINEIA64(long _InterlockedExchangeAdd(long volatile *,long)) [all...] |
winbase.h | 817 #define InterlockedExchangeAdd _InterlockedExchangeAdd 980 #define InterlockedExchangeAdd _InterlockedExchangeAdd 1002 LONG __cdecl _InterlockedExchangeAdd(LONG volatile *Addend,LONG Value); [all...] |
winnt.h | [all...] |
/external/clang/include/clang/Basic/ |
Builtins.def | 710 LANGBUILTIN(_InterlockedExchangeAdd, "LiLiD*Li", "n", ALL_MS_LANGUAGES) [all...] |
/external/clang/lib/Headers/ |
Intrin.h | 222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
Intrin.h | 224 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
Intrin.h | 225 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
Intrin.h | 222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
Intrin.h | 222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
Intrin.h | 222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
Intrin.h | 225 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
Intrin.h | 222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
Intrin.h | 222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
Intrin.h | 222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
Intrin.h | 224 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
Intrin.h | 222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
wdm.h | 306 #define InterlockedExchangeAdd _InterlockedExchangeAdd 354 #define InterlockedExchangeAdd _InterlockedExchangeAdd [all...] |
/external/opencv3/3rdparty/lib/ |
libmingwex64.a | 21 ? ?& |