HomeSort by relevance Sort by last modified time
    Searched defs:refcount (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/mesa3d/src/glx/
glxclient.h 140 int refcount; member in struct:__GLXDRIdrawableRec
  /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...]
  /external/qemu/android/skin/
region.c 105 int refcount; member in struct:__anon24759
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/qemu/
console.h 151 int refcount; member in struct:QEMUCursor
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 121 int refcount; /**< Read-mostly */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 121 int refcount; /**< Read-mostly */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 121 int refcount; /**< Read-mostly */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 121 int refcount; /**< Read-mostly */ member in struct:SDL_Surface
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 978 volatile base::subtle::AtomicWord refcount; member in struct:syncable::Directory::Kernel
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h 235 int refcount; /* the number of retained regions in buf */ member in struct:radeon_dma_buffer
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.h 397 GLuint refcount; member in struct:tnl_shine_tab
  /external/e2fsprogs/e2fsck/
e2fsck.h 195 * Define the extended attribute refcount structure
246 ext2_refcount_t refcount; member in struct:e2fsck_struct
418 extern void ea_refcount_free(ext2_refcount_t refcount);
419 extern errcode_t ea_refcount_fetch(ext2_refcount_t refcount, blk_t blk,
421 extern errcode_t ea_refcount_increment(ext2_refcount_t refcount,
423 extern errcode_t ea_refcount_decrement(ext2_refcount_t refcount,
425 extern errcode_t ea_refcount_store(ext2_refcount_t refcount,
427 extern blk_t ext2fs_get_refcount_size(ext2_refcount_t refcount);
428 extern void ea_refcount_intr_begin(ext2_refcount_t refcount);
429 extern blk_t ea_refcount_intr_next(ext2_refcount_t refcount, int *ret)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 235 int refcount; /* the number of retained regions in buf */ member in struct:radeon_dma_buffer
  /external/mesa3d/src/mesa/tnl/
t_context.h 397 GLuint refcount; member in struct:tnl_shine_tab
  /external/opencv/cxcore/include/
cxcore.h 157 if( mat->refcount != NULL && --*mat->refcount == 0 )
158 cvFree( &mat->refcount );
159 mat->refcount = NULL;
165 if( mat->refcount != NULL && --*mat->refcount == 0 )
166 cvFree( &mat->refcount );
167 mat->refcount = NULL;
174 int refcount = 0; local
178 if( mat->refcount != NULL
    [all...]
  /system/core/sdcard/
sdcard.c 60 * CREAT) must bump that node's refcount
63 * kernel, you must rollback the refcount to reflect the reference the
163 __u32 refcount; member in struct:node
251 node->refcount++;
252 TRACE("ACQUIRE %p (%s) rc=%d\n", node, node->name, node->refcount);
259 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount);
260 if (node->refcount > 0) {
261 node->refcount--;
262 if (!node->refcount) {
696 fuse->root.refcount = 2
    [all...]
  /bionic/libc/kernel/common/linux/
blkdev.h 94 atomic_t refcount; member in struct:io_context
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 91 atomic_t refcount; member in struct:io_context
  /external/kernel-headers/original/linux/
blkdev.h 87 * (apart from the atomic refcount), so require no locking.
90 atomic_t refcount; member in struct:io_context
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 91 atomic_t refcount; member in struct:io_context
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 91 atomic_t refcount; member in struct:io_context
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 91 atomic_t refcount; member in struct:io_context
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h 91 atomic_t refcount; member in struct:io_context
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 91 atomic_t refcount; member in struct:io_context
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
blkdev.h 91 atomic_t refcount; member in struct:io_context

Completed in 434 milliseconds

1 23 4 5