HomeSort by relevance Sort by last modified time
    Searched full:refcount (Results 226 - 250 of 393) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/glib/
gconvert.c 234 guint32 refcount; member in struct:_iconv_cache_bucket
281 bucket->refcount = 1;
360 if (bucket->refcount == 0)
424 bucket->refcount++;
488 bucket->refcount--;
495 if (!bucket->refcount && iconv_cache_size > ICONV_CACHE_SIZE)
    [all...]
  /external/kernel-headers/original/linux/
mm.h 108 atomic_t vm_usage; /* refcount (VMAs shared if !MMU) */
295 * Drop a ref, return true if the logical refcount fell to zero (the page has
305 * Try to grab a ref unless the page has a refcount of zero, return false if
    [all...]
blkdev.h 87 * (apart from the atomic refcount), so require no locking.
90 atomic_t refcount; member in struct:io_context
perf_event.h 588 atomic_t refcount; member in struct:perf_mmap_data
767 atomic_t refcount; member in struct:perf_event_context
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteRope.cpp 784 Res->RefCount = 0;
793 if (AllocBuffer && --AllocBuffer->RefCount == 0)
798 AllocBuffer->RefCount = 0;
802 // Start out the new allocation with a refcount of 1, since we have an
  /external/opencv/cxcore/include/
cxtypes.h 549 int* refcount; member in struct:CvMat
632 m.refcount = NULL;
709 int* refcount; member in struct:CvMatND
750 int* refcount; member in struct:CvSparseMat
    [all...]
  /external/opencv/cxcore/src/
cximage.cpp 91 img->imageDataOrigin = (char*)m->refcount;
  /external/qemu/
console.h 151 int refcount; member in struct:QEMUCursor
  /external/sonivox/arm-fm-22k/lib_src/
eas_synth.h 331 EAS_U8 refCount;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_synth.h 331 EAS_U8 refCount;
  /external/sonivox/arm-wt-22k/lib_src/
eas_synth.h 331 EAS_U8 refCount;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 334 // decrement implementation refcount, and delete if 0
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 78 // For backends which refcount their data, this operator doesn't need to
  /external/webkit/Source/WebCore/webaudio/
AudioNode.cpp 44 , m_normalRefCount(1) // start out with normal refCount == 1 (like WTF::RefCounted class)
  /external/clang/lib/StaticAnalyzer/Core/
GRState.cpp 34 refCount(0) {
44 refCount(0) {
  /external/dnsmasq/src/
dnsmasq.h 328 unsigned short refcount, family; member in struct:randfd
577 int refcount, fd; member in struct:tftp_file
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 1130 io->refcount = 1;
1235 if (--channel->refcount > 0)
unix_io.c 444 io->refcount = 1;
537 if (--channel->refcount > 0)
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 145 surface->refcount = 1;
911 if ( --surface->refcount > 0 ) {
  /hardware/msm7k/librpc/
svc.c 423 D("registering RPC transport (refcount %d)\n", xprt_refcount);
451 D("unregistering RPC transport (refcount %d)\n", xprt_refcount);
  /system/core/include/system/
window.h 79 // can be used to automatically refcount ANativeWindowBuffer's.
307 can be used to automatically refcount ANativeWindow's. */
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 308 refcount(1),
327 base::subtle::NoBarrier_AtomicIncrement(&refcount, 1);
331 if (!base::subtle::NoBarrier_AtomicIncrement(&refcount, -1))
336 CHECK_EQ(0, refcount);
410 bool del = !base::subtle::NoBarrier_AtomicIncrement(&kernel_->refcount, -1);
    [all...]
  /external/dbus/dbus/
dbus-hash.c 169 int refcount; /**< Reference count */ member in struct:DBusHashTable
311 table->refcount = 1;
363 table->refcount += 1;
377 table->refcount -= 1;
379 if (table->refcount == 0)
    [all...]

Completed in 934 milliseconds

1 2 3 4 5 6 7 8 91011>>