/external/webrtc/webrtc/system_wrappers/source/ |
atomic32_win.cc | 41 return InterlockedExchangeAdd(reinterpret_cast<volatile LONG*>(&value_), 46 return InterlockedExchangeAdd(reinterpret_cast<volatile LONG*>(&value_),
|
/external/llvm/lib/Support/ |
Atomic.cpp | 93 return InterlockedExchangeAdd(ptr, val) + val;
|
/external/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_x86_msvc.cc | 72 return InterlockedExchangeAdd(
|
/external/jemalloc/include/jemalloc/internal/ |
atomic.h | 445 return (InterlockedExchangeAdd(p, x) + x); 452 return (InterlockedExchangeAdd(p, -((int32_t)x)) - x);
|
/external/harfbuzz_ng/src/ |
hb-atomic-private.hh | 67 #define hb_atomic_int_impl_add(AI, V) InterlockedExchangeAdd (&(AI), (V))
|
/external/v8/src/base/ |
atomicops_internals_x86_msvc.h | 45 return InterlockedExchangeAdd(
|
/external/v8/src/runtime/ |
runtime-atomics.cc | 91 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \ 95 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
|
/ndk/sources/cxx-stl/stlport/src/ |
allocators.cpp | 103 // The Win32 API function InterlockedExchangeAdd is not available on Windows 95. 106 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__dst, __val) 108 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__CONST_CAST(__add_atomic_t*, __dst), __val) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winbase.h | 817 #define InterlockedExchangeAdd _InterlockedExchangeAdd 850 LONG __cdecl InterlockedExchangeAdd(LONG volatile *Addend,LONG Value); 980 #define InterlockedExchangeAdd _InterlockedExchangeAdd 1023 LONG WINAPI InterlockedExchangeAdd(LONG volatile *Addend,LONG Value); [all...] |
winnt.h | [all...] |
/external/opencv3/modules/videoio/src/ |
cap_ffmpeg_impl.hpp | 425 return (int)InterlockedExchangeAdd((long volatile*)addr, delta); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
wdm.h | 297 InterlockedExchangeAdd( 306 #define InterlockedExchangeAdd _InterlockedExchangeAdd 336 #define InterlockedExchangeAddSizeT(a, b) InterlockedExchangeAdd((LONG *)a, b) 354 #define InterlockedExchangeAdd _InterlockedExchangeAdd [all...] |
/external/opencv3/3rdparty/lib/ |
libmingwex64.a | 21 ? ?& |