Searched refs:ref_count (Results 126 - 150 of 180) sorted by relevance

12345678

/external/openfst/src/include/fst/
H A Dfst.h437 int *ref_count; // ... and reference count if non-zero member in struct:fst::ArcIteratorData
462 if (data_.ref_count)
463 ++(*data_.ref_count);
469 else if (data_.ref_count)
470 --(*data_.ref_count);
H A Dreplace.h1059 cache_data_.ref_count = 0;
1060 local_data_.ref_count = 0;
1110 if (cache_data_.ref_count)
1111 --(*cache_data_.ref_count);
1112 if (local_data_.ref_count)
1113 --(*local_data_.ref_count);
/external/chromium_org/sandbox/win/src/
H A Dsandbox_policy_base.cc84 : ref_count(1),
159 ::InterlockedIncrement(&ref_count);
163 if (0 == ::InterlockedDecrement(&ref_count))
/external/chromium_org/third_party/webrtc/base/
H A Dstream.h776 int ref_count; local
779 ref_count = --ref_count_;
781 if (ref_count == 0) {
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_codec_impl.cc108 int32_t ref_count = GetCount(); local
109 if (ref_count < 0) {
114 return ref_count;
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py378 for name, ref_count in module_ref_counts.items()
379 if ref_count == 0]
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes_icm.c124 /* increment ref_count */
125 aes_icm.ref_count++;
148 /* decrement ref_count */
149 aes_icm.ref_count--;
H A Daes_cbc.c80 /* increment ref_count */
81 aes_cbc.ref_count++;
100 /* decrement ref_count */
101 aes_cbc.ref_count--;
/external/srec/srec/crec/
H A Dget_fram.c230 if (prep->ref_count > 1 && compare_cached_frame(prep, utt))
236 if (prep->ref_count > 1)
/external/srtp/crypto/cipher/
H A Daes_icm.c123 /* increment ref_count */
124 aes_icm.ref_count++;
147 /* decrement ref_count */
148 aes_icm.ref_count--;
/external/chromium_org/base/process/
H A Dprocess_metrics_mac.cc180 if (info.share_mode == SM_COW && info.ref_count == 1)
/external/chromium_org/content/renderer/pepper/
H A Dhost_var_tracker.cc137 iter->second.ref_count = 0;
/external/chromium_org/third_party/freetype/src/cache/
H A Dftccache.h64 FT_Short ref_count; /* reference count for this node */ member in struct:FTC_NodeRec_
195 * the face_id but is locked (i.e., has `ref_count > 0'), the node
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp176 prog->ref_count());
H A Dkernel.cpp135 kern->ref_count());
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dbase.hpp64 unsigned ref_count() { function in class:clover::ref_counter
/external/chromium_org/third_party/qcms/src/
H A Dqcmsint.h31 int ref_count; member in struct:precache_output
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dforward_error_correction.cc46 int32_t ref_count; local
47 ref_count = --ref_count_;
48 if (ref_count == 0)
50 return ref_count;
/external/freetype/src/cache/
H A Dftccache.h64 FT_Short ref_count; /* reference count for this node */ member in struct:FTC_NodeRec_
195 * the face_id but is locked (i.e., has `ref_count > 0'), the node
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp176 prog->ref_count());
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp64 unsigned ref_count() { function in class:clover::ref_counter
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_var.h183 if (SCTP_DECREMENT_AND_CHECK_REFCOUNT(&(__net)->ref_count)) { \
230 if (SCTP_DECREMENT_AND_CHECK_REFCOUNT(&(__net)->ref_count)) { \
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.h49 int ref_count; member in struct:pevent_record
50 int locked; /* Do not free, even if ref_count is zero */
384 int ref_count; member in struct:pevent
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h361 int ref_count() { return frames_ref_count_; } function in class:content::RenderViewHostImpl
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_library_list.cpp179 LOG("%s: for %s (ref_count=%d)\n",
182 wrap->ref_count());

Completed in 7677 milliseconds

12345678