Searched refs:ref_count (Results 101 - 125 of 180) sorted by relevance

12345678

/external/srtp/crypto/include/
H A Dcipher.h147 int ref_count; member in struct:cipher_type_t
/external/oprofile/daemon/liblegacy/
H A Dopd_kernel.c52 kernel_image->ref_count++;
230 mod->image->ref_count++;
/external/pcre/dist/
H A Dpcre_byte_order.c152 re->ref_count = swap_uint16(re->ref_count);
/external/chromium_org/net/cert/
H A Dx509_certificate.cc87 Entry() : cert_handle(NULL), ref_count(0) {}
95 int ref_count; member in struct:net::__anon9108::X509CertificateCache::Entry
132 cache_entry.ref_count = 0;
151 ++pos->second.ref_count;
181 if (--pos->second.ref_count == 0) {
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database_unittest.cc260 int64 ref_count; local
261 bool conversion_ok = base::StringToInt64(it->second, &ref_count);
264 ASSERT_GT(ref_count, 0);
267 ASSERT_EQ(expected_map_refcounts[map_id], ref_count);
379 int64 ref_count; local
380 EXPECT_TRUE(db_->GetMapRefCount(map_id, &ref_count));
381 return ref_count;
H A Dsession_storage_database.h161 bool GetMapRefCount(const std::string& map_id, int64* ref_count);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_timer.c682 atomic_add_int(&alt->ref_count, 1);
746 atomic_add_int(&alt->ref_count, 1);
952 atomic_add_int(&stcb->asoc.alternate->ref_count, 1);
1083 atomic_add_int(&alt->ref_count, 1);
1127 atomic_add_int(&alt->ref_count, 1);
1139 atomic_add_int(&alt->ref_count, 1);
1206 atomic_add_int(&alt->ref_count, 1);
1219 atomic_add_int(&alt->ref_count, 1);
1226 atomic_add_int(&alt->ref_count, 1);
/external/chromium_org/third_party/freetype/src/cache/
H A Dftccache.c422 node->ref_count = 0;
435 node->ref_count++;
437 node->ref_count--;
H A Dftcsbits.c385 ftcsnode->ref_count++; /* lock node to prevent flushing */
394 ftcsnode->ref_count--; /* unlock the node */
/external/freetype/src/cache/
H A Dftccache.c422 node->ref_count = 0;
435 node->ref_count++;
437 node->ref_count--;
H A Dftcsbits.c385 ftcsnode->ref_count++; /* lock node to prevent flushing */
394 ftcsnode->ref_count--; /* unlock the node */
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h308 int *ref_count; // ... and reference count if non-zero member in struct:fst::ArcIteratorData
334 else if (data_.ref_count)
335 --(*data_.ref_count);
/external/chromium_org/sandbox/win/src/
H A Dsandbox_policy_base.h129 volatile LONG ref_count; member in class:sandbox::PolicyBase
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Devent.cpp110 return scalar_property<cl_uint>(buf, size, size_ret, ev->ref_count());
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp154 "ref_count = %u, "
167 m_data.ref_count,
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Devent.cpp110 return scalar_property<cl_uint>(buf, size, size_ret, ev->ref_count());
/external/pixman/pixman/
H A Dpixman-image.c126 common->ref_count = 1;
139 common->ref_count--;
141 if (common->ref_count == 0)
202 image->common.ref_count++;
/external/qemu/distrib/mini-glib/src/
H A Dglib-mini.c406 int ref_count; member in struct:_GHashTable
432 hash_table->ref_count = 1;
456 g_atomic_int_inc(&hash_table->ref_count);
465 if (!g_atomic_int_dec_and_test(&hash_table->ref_count))
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcapturemanager.cc174 const int ref_count = capture_state->IncCaptureStartRef(); local
175 if (ref_count < 1) {
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dcrypto_kernel.c195 printf(" instance count: %d\n", ctype->cipher_type->ref_count);
209 printf(" instance count: %d\n", atype->auth_type->ref_count);
/external/srec/srec/ca/
H A Dpat_basi.c158 hPattern->data.prep->ref_count = 1;
181 if (--hPattern->data.prep->ref_count == 0)
/external/srtp/crypto/cipher/
H A Daes_cbc.c80 /* increment ref_count */
81 aes_cbc.ref_count++;
100 /* decrement ref_count */
101 aes_cbc.ref_count--;
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c195 printf(" instance count: %d\n", ctype->cipher_type->ref_count);
209 printf(" instance count: %d\n", atype->auth_type->ref_count);
/external/libexif/libexif/
H A Dexif-data.c60 unsigned int ref_count; member in struct:_ExifDataPrivate
119 data->priv->ref_count = 1;
1010 data->priv->ref_count++;
1019 data->priv->ref_count--;
1020 if (!data->priv->ref_count)
/external/libpcap/
H A Dpcap-dos.c91 static int ref_count = 0; variable
194 pcap->fd = ++ref_count;
457 if (ref_count > 0)
458 ref_count--;
459 if (ref_count > 0)

Completed in 621 milliseconds

12345678