HomeSort by relevance Sort by last modified time
    Searched full:_refcount (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CodeGenCXX/
atomic.cpp 11 int* _refcount; local
13 __sync_fetch_and_add(_refcount, 1);
  /external/ImageMagick/Magick++/lib/
BlobRef.cpp 24 _refCount(1)
50 if (_refCount == 0)
56 count=--_refCount;
64 _refCount++;
ImageRef.cpp 22 _refCount(1)
33 _refCount(1)
54 if (_refCount == 0)
61 count=--_refCount;
74 _refCount++;
84 isShared=(_refCount > 1);
107 if (imgRef->_refCount == 1)
120 imgRef->_refCount--;
152 _refCount(1)
  /external/ImageMagick/Magick++/lib/Magick++/
BlobRef.h 47 size_t _refCount; // Reference count
ImageRef.h 78 ::ssize_t _refCount; // Reference count
  /external/skia/src/utils/win/
SkIStream.cpp 21 SkBaseIStream::SkBaseIStream() : _refcount(1) { }
44 return (ULONG)InterlockedIncrement(&_refcount);
48 ULONG res = (ULONG) InterlockedDecrement(&_refcount);
  /external/skia/include/utils/win/
SkIStream.h 30 LONG _refcount; member in class:SkBaseIStream
  /external/ImageMagick/www/Magick++/
Image.fig 91 4 2 0 0 0 0 8 0.0000 4 135 645 4725 3450 ssize_t _refCount\001
  /external/pcre/dist/
README     [all...]
  /external/pcre/dist/doc/html/
README.txt     [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 88 _refCount(0)
130 return InterlockedIncrement(&_refCount);
151 LONG refCount = InterlockedDecrement(&_refCount);
169 LONG _refCount;
    [all...]

Completed in 381 milliseconds