/external/e2fsprogs/lib/ext2fs/ |
ext2_io.h | 52 int refcount; member in struct:struct_io_channel 101 #define io_channel_bumpcount(c) ((c)->refcount++)
|
/external/kernel-headers/original/linux/ |
dmaengine.h | 69 * @refcount: local_t used for open-coded "bigref" counting 75 local_t refcount; member in struct:dma_chan_percpu 88 * @refcount: kref, used in "bigref" slow-mode 104 struct kref refcount; member in struct:dma_chan 118 kref_get(&chan->refcount); 120 local_inc(&(per_cpu_ptr(chan->local, get_cpu())->refcount)); 128 kref_put(&chan->refcount, dma_chan_cleanup); 130 local_dec(&(per_cpu_ptr(chan->local, get_cpu())->refcount)); 165 * @refcount: reference count 183 struct kref refcount; member in struct:dma_device [all...] |
/external/mesa3d/src/mesa/drivers/dri/common/ |
dri_util.h | 242 int refcount; member in struct:__DRIdrawableRec
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.h | 367 GLuint refcount; member in struct:intel_mipmap_tree
|
/external/mesa3d/src/mesa/vbo/ |
vbo_save.h | 113 GLuint refcount; member in struct:vbo_save_vertex_store 119 GLuint refcount; member in struct:vbo_save_primitive_store
|
/external/opencv/cxcore/include/ |
cxcore.hpp | 49 CvImage() : image(0), refcount(0) {} 53 refcount = image ? new int(1) : 0; 58 refcount = image ? new int(1) : 0; 61 CvImage( const CvImage& img ) : image(img.image), refcount(img.refcount) 63 if( refcount ) ++(*refcount); 66 CvImage( const char* filename, const char* imgname=0, int color=-1 ) : image(0), refcount(0) 69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0) 72 CvImage( CvFileStorage* fs, const char* seqname, int idx ) : image(0), refcount(0 206 int* refcount; member in class:CvImage [all...] |
/external/openssh/ |
ssh-pkcs11.c | 58 int refcount; member in struct:pkcs11_provider 95 debug("pkcs11_provider_finalize: %p refcount %d valid %d", 96 p, p->refcount, p->valid); 119 debug("pkcs11_provider_unref: %p refcount %d", p, p->refcount); 120 if (--p->refcount <= 0) { 313 provider->refcount++; /* provider referenced by RSA key */ 573 p->refcount++; /* add to provider list */
|
/external/srec/srec/include/ |
astar.h | 81 short refcount; member in struct:partial_path_t
|
srec.h | 53 asr_int16_t refcount; member in struct:altword_token_t
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_ndis.c | 54 int refcount; member in struct:l2_packet_ndisuio_global 309 l2 = l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1]; 362 if (l2_ndisuio_global->refcount >= 2) { 367 l2_ndisuio_global->refcount++; 372 l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1] = l2; 387 if (l2_ndisuio_global->refcount > 1) { 459 l2_ndisuio_global->refcount--; 460 l2_ndisuio_global->l2[l2_ndisuio_global->refcount] = NULL; 461 if (l2_ndisuio_global->refcount) {
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
FrameBuffer.h | 31 uint32_t refcount; // number of client-side references member in struct:ColorBufferRef
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
tr_dump.c | 60 static unsigned refcount = 0; variable 224 refcount = 0; 254 ++refcount; 267 if(!--refcount)
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.h | 86 int refcount; member in struct:AnswerListElem
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_dump.c | 60 static unsigned refcount = 0; variable 224 refcount = 0; 254 ++refcount; 267 if(!--refcount)
|
/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;
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/ |
XF86DGA.c | 393 int refcount; /* reference count */ member in struct:__anon25031 484 mp->refcount++; 579 mp->refcount = 1;
|
/external/tremolo/Tremolo/ |
ogg.h | 60 int refcount; member in struct:ogg_buffer
|
/external/chromium_org/third_party/icu/source/common/ |
serv.cpp | 17 // in case we use the refcount stuff 201 int32_t refcount; member in class:CacheEntry 215 : refcount(1), actualDescriptor(_actualDescriptor), service(_service) { 225 ++refcount; 233 * the refcount drops to zero, the resource is released. Return 237 if ((--refcount) == 0) { 249 return refcount > 1;
|
/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/qemu/block/ |
qcow2-refcount.c | 57 /* refcount handling */ 114 * Returns the refcount of the cluster given by its index. Any non-negative 115 * return value is the refcount of the cluster, negative values are -errno 144 * Rounds the refcount table size up to avoid growing the table for each single 145 * refcount block that is allocated. 162 /* Checks if two offsets are described by the same refcount block */ 173 * Loads a refcount block. If it doesn't exist yet, it is allocated first 174 * (including growing the refcount table if needed). 176 * Returns the offset of the refcount block on success or -errno in error case 186 /* Find the refcount block for the given cluster * 483 int block_index, refcount; local 590 int i, nb_clusters, refcount; local 729 int refcount; local 751 int l2_size, i, j, l1_modified, l2_modified, nb_csectors, refcount; local 940 int i, l2_size, nb_csectors, refcount; local 1028 int i, refcount, ret; local [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftobjs.h | 347 /* refcount :: */ 366 FT_UInt refcount; member in struct:FT_Face_InternalRec_ 886 FT_UInt refcount; member in struct:FT_LibraryRec_ [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbnf.cpp | 79 uint32_t refcount; member in class:LocalizationInfo 82 LocalizationInfo() : refcount(0) {} 85 ++refcount; 90 if (refcount && --refcount == 0) { [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxclient.h | 140 int refcount; member in struct:__GLXDRIdrawableRec
|
/external/freetype/include/freetype/internal/ |
ftobjs.h | 347 /* refcount :: */ 366 FT_UInt refcount; member in struct:FT_Face_InternalRec_ 886 FT_UInt refcount; member in struct:FT_LibraryRec_ [all...] |
/external/icu4c/i18n/ |
rbnf.cpp | 75 uint32_t refcount; member in class:LocalizationInfo 78 LocalizationInfo() : refcount(0) {} 81 ++refcount; 86 if (refcount && --refcount == 0) { [all...] |