/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
D | static_instance.h | 97 InterlockedDecrement(&instance_count); in GetStaticInstance() 104 InterlockedDecrement(&instance_count); in GetStaticInstance() 114 InterlockedDecrement(&instance_count); in GetStaticInstance() 119 int new_value = InterlockedDecrement(&instance_count); in GetStaticInstance() 134 InterlockedDecrement(&instance_count); in GetStaticInstance()
|
/external/webrtc/src/system_wrappers/interface/ |
D | static_instance.h | 97 InterlockedDecrement(&instance_count); in GetStaticInstance() 104 InterlockedDecrement(&instance_count); in GetStaticInstance() 114 InterlockedDecrement(&instance_count); in GetStaticInstance() 119 int newValue = InterlockedDecrement(&instance_count); in GetStaticInstance() 134 InterlockedDecrement(&instance_count); in GetStaticInstance()
|
/external/stlport/stlport/stl/config/ |
D | _windows.h | 86 # define InterlockedDecrement _InterlockedDecrement macro 99 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long volatile *); 109 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long*); 129 long WINAPI InterlockedDecrement(long*);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/ |
D | SDL_syssem.c | 108 InterlockedDecrement(&sem->count); 159 InterlockedDecrement(&sem->count); /* restore */
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/ |
D | atomic.h | 36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
D | atomic32_win.cc | 37 return static_cast<int32_t>(InterlockedDecrement( in operator --()
|
/external/sfntly/cpp/src/sfntly/port/ |
D | atomic.h | 36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
|
/external/llvm/cmake/modules/ |
D | CheckAtomic.cmake | 15 InterlockedDecrement(&val);
|
/external/libvpx/libvpx/vpx_ports/ |
D | vpx_once.h | 67 if(!InterlockedDecrement(&waiters)) in once()
|
/external/webrtc/src/system_wrappers/source/ |
D | atomic32_win.cc | 41 return static_cast<WebRtc_Word32>(InterlockedDecrement( in operator --()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/ |
D | vpx_once.h | 67 if(!InterlockedDecrement(&waiters)) in once()
|
/external/stlport/doc/ |
D | README.windows | 25 InterlockedIncrement and InterlockedDecrement after Windows 95, STLport 31 InterlockedIncrement and InterlockedDecrement functions which change the
|
/external/chromium_org/third_party/webrtc/base/ |
D | criticalsection.h | 166 return ::InterlockedDecrement(reinterpret_cast<LONG*>(i)); in Decrement()
|
/external/llvm/lib/Support/ |
D | Atomic.cpp | 80 return InterlockedDecrement(ptr); in AtomicDecrement()
|
/external/chromium_org/third_party/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 40 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in Release()
|
D | SkDWriteFontFileStream.cpp | 164 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | Atomics.h | 67 ALWAYS_INLINE int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_c… in atomicDecrement()
|
/external/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 40 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in Release()
|
D | SkDWriteFontFileStream.cpp | 164 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
|
/external/chromium_org/ui/base/ime/win/ |
D | tsf_input_scope.cc | 44 const LONG count = InterlockedDecrement(&ref_count_); in STDMETHOD_()
|
/external/stlport/stlport/stl/ |
D | _threads.h | 135 # define _STLP_ATOMIC_DECREMENT(__x) InterlockedDecrement(__CONST_CAST(long*, __x)) 139 # define _STLP_ATOMIC_DECREMENT(__x) InterlockedDecrement(__x)
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dwrite.cpp | 302 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); in Release() 361 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); in Release()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 70 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() 146 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() 233 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
|
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 70 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() 146 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() 233 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/ |
D | dxgi_dll.c | 188 ULONG v = InterlockedDecrement(&((struct WineDXGIBackend*)&This)->ref); in WineDXGIBackend_Release()
|