Searched refs:ref_count (Results 26 - 50 of 180) sorted by relevance

12345678

/external/libexif/libexif/
H A Dexif-mnote-data.c31 unsigned int ref_count; member in struct:_ExifMnoteDataPriv
42 d->priv->ref_count = 1;
51 if (d && d->priv) d->priv->ref_count++;
74 if (d->priv->ref_count > 0) d->priv->ref_count--;
75 if (!d->priv->ref_count)
H A Dexif-content.c36 unsigned int ref_count; member in struct:_ExifContentPrivate
70 content->priv->ref_count = 1;
81 content->priv->ref_count++;
87 content->priv->ref_count--;
88 if (!content->priv->ref_count)
/external/chromium_org/content/renderer/media/
H A Daudio_renderer_mixer_manager.cc58 it->second.ref_count++;
107 it->second.ref_count--;
108 if (it->second.ref_count == 0) {
/external/chromium_org/ppapi/shared_impl/
H A Dvar_tracker.cc22 : var(), ref_count(0), track_with_no_reference_count(0) {}
25 : var(v), ref_count(input_ref_count), track_with_no_reference_count(0) {}
76 if (info.ref_count == 0) {
85 info.ref_count++;
107 if (info.ref_count == 0) {
111 info.ref_count--;
113 if (info.ref_count == 0) {
165 return found->second.ref_count;
261 if (iter->second.ref_count != 0 ||
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftspic.h35 int ref_count;
/external/freetype/src/smooth/
H A Dftspic.h35 int ref_count;
/external/kernel-headers/original/uapi/linux/
H A Datm_zatm.h26 int ref_count; /* free buffer pool usage counters */ member in struct:zatm_pool_info
/external/oprofile/daemon/liblegacy/
H A Dopd_image.h31 int ref_count; member in struct:opd_image
H A Dopd_image.c54 image->tid, image->tgid, (int)image->ref_count);
56 if (image->ref_count <= 0) {
57 printf("image->ref_count < 0 for image: name %s app_name %s, "
60 image->tid, image->tgid, image->ref_count);
64 if (--image->ref_count != 0)
145 image->ref_count = 0;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftspic.h35 int ref_count;
/external/qemu/android/
H A Dasync-socket-connector.c65 int ref_count; member in struct:AsyncSocketConnector
312 connector->ref_count = 1;
353 assert(connector->ref_count > 0);
354 connector->ref_count++;
355 return connector->ref_count;
361 assert(connector->ref_count > 0);
362 connector->ref_count--;
363 if (connector->ref_count == 0) {
368 return connector->ref_count;
H A Dsdk-controller-socket.c138 int ref_count; member in struct:SDKCtlPacket
172 int ref_count; member in struct:SDKCtlDirectPacket
233 int ref_count; member in struct:SDKCtlQuery
361 int ref_count; member in struct:SDKCtlSocket
628 packet->ref_count = 1;
661 assert(packet->ref_count > 0);
662 packet->ref_count++;
663 return packet->ref_count;
670 assert(packet->ref_count > 0);
671 packet->ref_count
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Dnull_cipher.c76 /* increment ref_count */
77 null_cipher.ref_count++;
95 null_cipher.ref_count--;
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
H A Dnull_auth.c77 null_auth.ref_count++;
94 null_auth.ref_count--;
/external/srtp/crypto/cipher/
H A Dnull_cipher.c76 /* increment ref_count */
77 null_cipher.ref_count++;
95 null_cipher.ref_count--;
/external/srtp/crypto/hash/
H A Dnull_auth.c77 null_auth.ref_count++;
94 null_auth.ref_count--;
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_external_codec_impl.cc43 int32_t ref_count = GetCount(); local
44 if (ref_count < 0) {
49 return ref_count;
/external/elfutils/0.153/libelf/
H A Dcommon.h101 result->ref_count = 1;
129 if (child->ref_count != 0)
147 if (child->ref_count != 0)
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_registry.cc32 : ref_count(1), lister_(lister.Pass()) {}
37 ref_count++;
41 return --ref_count == 0;
45 return ref_count;
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_var_interface.cc42 EXPECT_LT(0, var_data->ref_count) << "VarToUtf8 on freed "
H A Dfake_var_manager.h21 int32_t ref_count; member in struct:FakeVarData
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h61 int ref_count; member in struct:__anon13131
221 if (cm->frame_bufs[i].ref_count == 0)
225 cm->frame_bufs[i].ref_count = 1;
232 if (ref_index >= 0 && bufs[ref_index].ref_count > 0)
233 bufs[ref_index].ref_count--;
237 bufs[new_idx].ref_count++;
H A Dvp9_alloccommon.c92 if (cm->frame_bufs[i].ref_count > 0 &&
95 cm->frame_bufs[i].ref_count = 0;
145 cm->frame_bufs[cm->new_fb_idx].ref_count = 1;
149 cm->frame_bufs[i].ref_count = 1;
161 cm->frame_bufs[i].ref_count = 0;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h61 int ref_count; member in struct:__anon24922
220 if (cm->frame_bufs[i].ref_count == 0)
224 cm->frame_bufs[i].ref_count = 1;
231 if (ref_index >= 0 && bufs[ref_index].ref_count > 0)
232 bufs[ref_index].ref_count--;
236 bufs[new_idx].ref_count++;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h124 cache_first_state_->ref_count == 0) {
254 data->ref_count = &(state->ref_count);
255 ++(*data->ref_count);
286 if (cache_size_ > cache_target && state->ref_count == 0 &&
353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
357 ref_count = 0;
366 mutable int ref_count; member in struct:fst::CacheState
437 ++state_->ref_count;
440 ~CacheArcIterator() { --state_->ref_count; }
[all...]

Completed in 617 milliseconds

12345678