HomeSort by relevance Sort by last modified time
    Searched defs:refcount (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /external/freetype/include/freetype/internal/
ftobjs.h 356 * refcount ::
382 FT_Int refcount; member in struct:FT_Face_InternalRec_
912 * refcount ::
944 FT_Int refcount; member in struct:FT_LibraryRec_
    [all...]
  /external/grpc-grpc/src/core/ext/transport/cronet/transport/
cronet_transport.cc 195 /* Refcount object of the stream */
196 grpc_stream_refcount* refcount; member in struct:stream_obj
206 grpc_stream_ref(s->refcount, reason);
209 grpc_stream_unref(s->refcount, reason);
215 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); }
216 void grpc_cronet_stream_unref(stream_obj* s) { grpc_stream_unref(s->refcount); }
    [all...]
  /external/grpc-grpc/src/core/lib/iomgr/
tcp_posix.cc 82 gpr_refcount refcount; member in struct:__anon23153::grpc_tcp
343 gpr_atm val = gpr_atm_no_barrier_load(&tcp->refcount.count);
348 if (gpr_unref(&tcp->refcount)) {
356 gpr_atm val = gpr_atm_no_barrier_load(&tcp->refcount.count);
361 gpr_ref(&tcp->refcount);
367 if (gpr_unref(&tcp->refcount)) {
372 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); }
    [all...]
ev_poll_posix.cc 80 bit1-n: refcount
268 gpr_refcount refcount; member in struct:poll_result
510 /* increment refcount by two to avoid changing the orphan bit */
    [all...]
  /external/libdrm/intel/
intel_bufmgr_fake.c 193 unsigned int refcount; member in struct:_drm_intel_bo_fake
819 bo_fake->refcount = 1;
884 bo_fake->refcount = 1;
904 bo_fake->refcount++;
913 bo_fake->refcount++;
924 if (--bo_fake->refcount == 0) {
    [all...]
intel_bufmgr_gem.c 109 atomic_t refcount; member in struct:_drm_intel_bufmgr_gem
168 atomic_t refcount; member in struct:_drm_intel_bo_gem
471 atomic_inc(&bo_gem->refcount);
832 atomic_set(&bo_gem->refcount, 1);
952 atomic_set(&bo_gem->refcount, 1);
1129 atomic_set(&bo_gem->refcount, 1);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 342 int refcount; member in struct:dri2_egl_sync
  /external/mesa3d/src/glx/
glxclient.h 147 int refcount; member in struct:__GLXDRIdrawableRec
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_performance_query.c 224 int refcount; member in struct:brw_oa_sample_buf
370 buf->refcount = 0;
393 if (buf->refcount == 0 && buf != tail_buf) {
555 assert(buf->refcount > 0);
556 buf->refcount--;
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 334 auto &refcount = module_it->second.second; local
335 VLOG(3) << "Found CUDA module " << module << " with refcount " << refcount; local
336 if (--refcount == 0) {
    [all...]
  /external/tensorflow/tensorflow/stream_executor/rocm/
rocm_gpu_executor.cc 129 auto& refcount = module_it->second.second; local
130 VLOG(3) << "Found HSACO module " << module << " with refcount " << refcount; local
131 if (--refcount == 0) {
    [all...]
  /external/wayland/src/
wayland-client.c 63 int refcount; member in struct:wl_proxy
245 proxy->refcount--;
246 if (!proxy->refcount)
273 proxy->refcount--;
274 if (proxy_destroyed && !proxy->refcount)
341 proxy->refcount = 1;
397 proxy->refcount = 1;
420 proxy->refcount--;
421 if (!proxy->refcount)
951 display->proxy.refcount = 1
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 53 int refcount; member in struct:ListNode
314 node->refcount = 1;
322 const int refcount) {
327 new_node->refcount = refcount;
454 const void* value, const int refcount) {
476 value, refcount);
480 refcount);
487 * node's old refcount value if a value is found, 0 otherwise.
517 return_value = value_node->refcount;
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 214 * Define the extended attribute refcount structure
270 ext2_refcount_t refcount; member in struct:e2fsck_struct
485 extern void ea_refcount_free(ext2_refcount_t refcount);
486 extern errcode_t ea_refcount_fetch(ext2_refcount_t refcount, ea_key_t ea_key,
488 extern errcode_t ea_refcount_increment(ext2_refcount_t refcount,
490 extern errcode_t ea_refcount_decrement(ext2_refcount_t refcount,
492 extern errcode_t ea_refcount_store(ext2_refcount_t refcount, ea_key_t ea_key,
494 extern size_t ext2fs_get_refcount_size(ext2_refcount_t refcount);
495 extern void ea_refcount_intr_begin(ext2_refcount_t refcount);
496 extern ea_key_t ea_refcount_intr_next(ext2_refcount_t refcount,
    [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 234 refcount(1) {}
253 int refcount; member in struct:flatbuffers::Definition
    [all...]
  /external/grpc-grpc/src/core/tsi/
ssl_transport_security.cc 83 gpr_refcount refcount; member in struct:tsi_ssl_handshaker_factory
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 85 uint32_t refcount; member in class:LocalizationInfo
88 LocalizationInfo() : refcount(0) {}
91 ++refcount;
96 if (refcount && --refcount == 0) {
    [all...]
  /external/kmod/libkmod/
libkmod-module.c 75 int refcount; member in struct:kmod_module
300 m->refcount = 1;
320 * The initial refcount is 1, and needs to be decremented to release the
375 * The initial refcount is 1, and needs to be decremented to release the
454 * Drop a reference of the kmod module. If the refcount reaches zero, its
458 * returns the passed @mod with its refcount decremented.
465 if (--mod->refcount > 0)
487 * Take a reference of the kmod module, incrementing its refcount.
489 * Returns: the passed @module with its refcount incremented.
496 mod->refcount++
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 234 int refcount; /* the number of retained regions in buf */ member in struct:radeon_dma_buffer
  /external/mesa3d/src/mesa/tnl/
t_context.h 396 GLuint refcount; member in struct:tnl_shine_tab
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
internal.h 485 grpc_stream_refcount* refcount; member in struct:grpc_chttp2_stream
  /external/libdrm/
xf86drm.c 2663 int refcount; member in struct:__anon28133
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 324 unsigned short refcount, family; member in struct:randfd
  /external/libevent/
evdns.c 3046 int refcount; member in struct:search_state
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 

Completed in 4262 milliseconds

1 2 34 5