HomeSort by relevance Sort by last modified time
    Searched refs:refcount (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/dnsmasq/src/
forward.c 914 if (daemon->randomsocks[i].refcount == 0)
919 daemon->randomsocks[i].refcount = 1;
928 if (daemon->randomsocks[j].refcount != 0 &&
930 daemon->randomsocks[j].refcount != 0xffff)
933 daemon->randomsocks[j].refcount++;
943 if (f->rfd4 && --(f->rfd4->refcount) == 0)
950 if (f->rfd6 && --(f->rfd6->refcount) == 0)
tftp.c 339 t->file->refcount++;
353 file->refcount = 1;
472 if (transfer->file && (--transfer->file->refcount) == 0)
netlink.c 290 else if (daemon->rfd_save && daemon->rfd_save->refcount != 0)
  /external/srec/srec/crec/
astar.c 408 extended_parp->refcount = 1;
409 parp->refcount++;
463 refcount counts the number of parps that depend on this parp */
470 parp->refcount--;
471 if (parp->refcount == 0)
515 parp->refcount = 1;
585 stack->root_path->refcount = 9999;
    [all...]
srec.c 101 awtoken->refcount = 1; /* to make sure it frees */
121 /*ASSERT( batch->refcount == awtoken->refcount); */
122 /* batch->refcount = awtoken->refcount; */
124 awtoken->refcount = 1; /* to make sure it frees */
210 #define refcopy_altwords(rEc, aWtOkEn) (aWtOkEn?(aWtOkEn->refcount++,aWtOkEn):aWtOkEn)
234 ASSERT(list1->refcount >= 1);
287 ASSERT(awtoken_head->refcount == 1);
296 list[i]->refcount = 1; /* make sure it frees *
    [all...]
  /external/compiler-rt/BlocksRuntime/
runtime.c 246 _Byref_flag_initial_value = BLOCK_IS_GC; // no refcount
284 /* Copy, or bump refcount, of a block. If really copying, call the copy helper if present. */
303 // Tell collector to hang on this - it will bump the GC refcount version
317 // reset refcount
328 // Under GC want allocation with refcount 1 so we ask for "true" if wantsOne
335 // reset refcount
416 int refcount; local
427 refcount = shared_struct->flags & BLOCK_REFCOUNT_MASK;
428 if (refcount <= 0) {
467 // Tell GC we no longer have our own refcounts. GC will decr its refcount
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 97 int refcount; member in struct:ShaderData
GLSharedGroup.cpp 434 data->refcount = 1;
458 data->refcount++;
465 if (--data->refcount == 0) {
  /external/qemu/android/skin/
surface.c 26 int refcount; member in struct:SkinSurface
51 surface->refcount += 1;
60 if (--surf->refcount <= 0)
141 s->refcount = 1;
region.c 105 int refcount; member in struct:__anon13089
121 s->refcount = 1;
130 if (s->refcount == 1)
136 s->refcount -= 1;
137 s2->refcount = 1;
147 if (s->refcount <= 0)
156 if (s) s->refcount += 1;
    [all...]
  /external/srec/srec/include/
srec.h 53 asr_int16_t refcount; member in struct:altword_token_t
  /external/tremolo/Tremolo/
ogg.h 60 int refcount; member in struct:ogg_buffer
  /frameworks/av/media/libstagefright/
MediaBuffer.cpp 186 int MediaBuffer::refcount() const { function in class:android::MediaBuffer
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 97 int refcount; member in struct:ShaderData
GLSharedGroup.cpp 434 data->refcount = 1;
458 data->refcount++;
465 if (--data->refcount == 0) {
  /system/core/sdcard/
sdcard.c 55 * CREAT) must bump that node's refcount
58 * kernel, you must rollback the refcount to reflect the reference the
101 __u32 refcount; member in struct:node
154 node->refcount++;
155 TRACE("ACQUIRE %p (%s) rc=%d\n", node, node->name, node->refcount);
162 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount);
163 if (node->refcount > 0) {
164 node->refcount--;
165 if (!node->refcount) {
434 fuse->root.refcount = 2
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 150 arr->refcount = 0;
189 arr->refcount = 0;
317 mat->refcount = 0;
452 matnd->refcount = 0;
672 arr->refcount = 0;
971 CV_CALL( mat->refcount = (int*)cvAlloc( (size_t)total_size ));
972 mat->data.ptr = (uchar*)cvAlignPtr( mat->refcount + 1, CV_MALLOC_ALIGN );
973 *mat->refcount = 1;
1029 CV_CALL( mat->refcount = (int*)cvAlloc( total_size +
1031 mat->data.ptr = (uchar*)cvAlignPtr( mat->refcount + 1, CV_MALLOC_ALIGN )
2935 int* refcount = 0; local
    [all...]
cximage.cpp 91 img->imageDataOrigin = (char*)m->refcount;
  /external/opencv/cvaux/include/
cvmat.hpp 1048 refcount = (int*)cvAlloc((size_t)total_size + 8);
1049 data.ptr = (uchar*)(((size_t)(refcount + 1) + 7) & -8);
1050 *refcount = 1;
1069 if( refcount )
1070 (*refcount)++;
1077 if( refcount )
1078 (*refcount)++;
1091 if( refcount != NULL && --*refcount == 0 )
1092 cvFree( (void**)&refcount );
    [all...]
  /external/icu4c/common/
serv.cpp 17 // in case we use the refcount stuff
205 int32_t refcount; member in class:CacheEntry
219 : refcount(1), actualDescriptor(_actualDescriptor), service(_service) {
229 ++refcount;
237 * the refcount drops to zero, the resource is released. Return
241 if ((--refcount) == 0) {
253 return refcount > 1;
  /external/e2fsprogs/e2fsck/
pass1.c 75 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 393 int refcount; /* reference count */ member in struct:__anon13361
484 mp->refcount++;
579 mp->refcount = 1;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 493 m_colorbuffers[ret].refcount = 1;
555 (*c).second.refcount++;
566 if (--(*c).second.refcount == 0) {
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 369 io->refcount = 1;
419 if (--channel->refcount > 0)
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 233 buf->refcount = 1;
335 buf.refcount = 1;

Completed in 2304 milliseconds

12 3 4 5