HomeSort by relevance Sort by last modified time
    Searched refs:refcount (Results 101 - 125 of 260) sorted by null

1 2 3 45 6 7 8 91011

  /toolchain/binutils/binutils-2.25/bfd/
elf64-s390.c 599 bfd_signed_vma refcount; member in union:plt_entry::__anon74947
657 bfd_signed_vma refcount; member in union:elf_s390_link_hash_table::__anon74948
832 && dir->got.refcount <= 0)
    [all...]
elf64-x86-64.c 823 bfd_signed_vma refcount;
821 bfd_signed_vma refcount; member in union:elf_x86_64_link_hash_table::__anon74949
    [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 97 int refcount; member in struct:ShaderData
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
ref.css 202 .refcount-info { font-style: italic; }
203 .refcount-info .value { font-weight: bold;
  /external/icu/icu4c/source/common/
filteredbrk.cpp 139 : fForwardsPartialTrie(forwards), fBackwardsTrie(backwards), refcount(1) { }
140 SimpleFilteredSentenceBreakData *incr() { refcount++; return this; }
141 SimpleFilteredSentenceBreakData *decr() { if((--refcount) <= 0) delete this; return 0; }
146 int32_t refcount; member in class:SimpleFilteredSentenceBreakData
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/libdrm/amdgpu/
amdgpu_bo.c 96 atomic_set(&bo->refcount, 1);
346 /* The buffer already exists, just bump the refcount. */
347 atomic_inc(&bo->refcount);
408 atomic_set(&bo->refcount, 1);
562 atomic_set(&bo->refcount, 1);
  /external/libdrm/intel/
intel_bufmgr_gem.c 112 atomic_t refcount; member in struct:_drm_intel_bufmgr_gem
168 atomic_t refcount; member in struct:_drm_intel_bo_gem
479 atomic_inc(&bo_gem->refcount);
843 atomic_set(&bo_gem->refcount, 1);
990 atomic_set(&bo_gem->refcount, 1);
1146 atomic_set(&bo_gem->refcount, 1);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 304 if( mat->refcount != NULL && --*mat->refcount == 0 )
305 cvFree( &mat->refcount );
306 mat->refcount = NULL;
312 if( mat->refcount != NULL && --*mat->refcount == 0 )
313 cvFree( &mat->refcount );
314 mat->refcount = NULL;
326 int refcount = 0; local
330 if( mat->refcount != NULL
    [all...]
  /external/tremolo/Tremolo/
ogg.h 60 int refcount; member in struct:ogg_buffer
  /frameworks/av/include/media/stagefright/
MediaBuffer.h 106 int refcount() const { function in class:android::MediaBuffer
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 91 int refcount; /**< Read-mostly */ member in struct:SDL_Surface
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 91 int refcount; /**< Read-mostly */ member in struct:SDL_Surface
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 91 int refcount; /**< Read-mostly */ member in struct:SDL_Surface
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 91 int refcount; /**< Read-mostly */ member in struct:SDL_Surface
  /external/opencv3/modules/ts/src/
ts_arrtest.cpp 202 submat.refcount = mat->refcount;
  /hardware/intel/common/libmix/mix_video/src/
mixbufferpool.c 375 LOG_I( "buffer refcount%d\n",
376 MIX_PARAMS(element->data)->refcount);
459 LOG_I( "\tBuffer %x, ptr %x, refcount %d\n", (guint)buffer,
460 (guint)buffer->data, MIX_PARAMS(buffer)->refcount);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdefs.h 176 int refcount; member in struct:threadlocaleinfostruct
184 int *refcount; member in struct:threadlocaleinfostruct::__anon41770
  /external/dbus/dbus/
dbus-transport.c 163 transport->refcount = 1;
460 _dbus_assert (transport->refcount > 0);
462 transport->refcount += 1;
478 _dbus_assert (transport->refcount > 0);
480 transport->refcount -= 1;
481 if (transport->refcount == 0)
    [all...]
dbus-message.c 266 * counter with its refcount already incremented, but the counter
267 * itself not incremented. Ownership of link and counter refcount is
583 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0);
646 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0);
711 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0);
    [all...]
dbus-hash.c 169 int refcount; /**< Reference count */ member in struct:DBusHashTable
303 table->refcount = 1;
349 table->refcount += 1;
363 table->refcount -= 1;
365 if (table->refcount == 0)
    [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...]
  /external/opencv3/modules/core/src/
array.cpp 132 arr->refcount = 0;
159 arr->refcount = 0;
263 mat->refcount = 0;
358 matnd->refcount = 0;
563 arr->refcount = 0;
823 mat->refcount = (int*)cvAlloc( (size_t)total_size );
824 mat->data.ptr = (uchar*)cvAlignPtr( mat->refcount + 1, CV_MALLOC_ALIGN );
825 *mat->refcount = 1;
884 mat->refcount = (int*)cvAlloc( total_size +
886 mat->data.ptr = (uchar*)cvAlignPtr( mat->refcount + 1, CV_MALLOC_ALIGN )
2540 int* refcount = 0; local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c 220 vertex_store->refcount = 1;
280 store->refcount = 1;
342 node->vertex_store->refcount++;
343 node->prim_store->refcount++;
415 save->vertex_store->refcount--;
416 assert(save->vertex_store->refcount != 0);
427 save->prim_store->refcount--;
428 assert(save->prim_store->refcount != 0);
    [all...]
  /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...]

Completed in 3660 milliseconds

1 2 3 45 6 7 8 91011