HomeSort by relevance Sort by last modified time
    Searched defs:ref_count (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/webrtc/src/system_wrappers/interface/
ref_count.h 69 int32_t ref_count; local
70 ref_count = --ref_count_;
71 if (ref_count == 0)
73 return ref_count;
  /external/oprofile/daemon/liblegacy/
opd_image.h 31 int ref_count; member in struct:opd_image
  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_sysjoystick.h 50 int ref_count; /* Reference count for multiple opens */ member in struct:_SDL_Joystick
  /external/oprofile/daemon/
opd_kernel.c 145 char ref_count[32+1]; local
179 module_name, &module_size, ref_count,
  /external/chromium/base/win/
scoped_variant_unittest.cc 62 int ref_count() const { function in class:base::win::__anon3230::FakeComObject
189 EXPECT_EQ(0, faker.ref_count());
193 EXPECT_EQ(1, faker.ref_count());
195 EXPECT_EQ(0, faker.ref_count());
200 EXPECT_EQ(1, faker.ref_count());
202 EXPECT_EQ(0, faker.ref_count());
208 EXPECT_EQ(1, faker.ref_count());
210 EXPECT_EQ(0, faker.ref_count());
214 EXPECT_EQ(1, faker.ref_count());
216 EXPECT_EQ(2, faker.ref_count());
    [all...]
  /external/chromium/chrome/browser/automation/
automation_resource_message_filter.h 49 int ref_count; member in struct:AutomationResourceMessageFilter::AutomationDetails
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 60 long ref_count; member in struct:rdar9065507::StorageBase
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_zatm.h 26 int ref_count; /* free buffer pool usage counters */ member in struct:zatm_pool_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_zatm.h 26 int ref_count; /* free buffer pool usage counters */ member in struct:zatm_pool_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_zatm.h 26 int ref_count; /* free buffer pool usage counters */ member in struct:zatm_pool_info
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.h 155 int32 ref_count() const { return ref_count_; } function in class:BrowserAccessibility
  /external/oprofile/libdb/
odb.h 85 int ref_count; /**< reference count */ member in struct:odb_data
  /external/qemu/android/
async-socket-connector.c 65 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;
async-socket.c 86 int ref_count; member in struct:AsyncSocketIO
153 asio->ref_count = 1;
203 assert(asio->ref_count > 0);
204 asio->ref_count++;
205 return asio->ref_count;
211 assert(asio->ref_count > 0);
212 asio->ref_count--;
213 if (asio->ref_count == 0) {
219 return asio->ref_count;
383 int ref_count; member in struct:AsyncSocket
    [all...]
  /external/srtp/crypto/include/
auth.h 129 int ref_count; member in struct:auth_type_t
cipher.h 147 int ref_count; member in struct:cipher_type_t
  /external/freetype/src/cache/
ftccache.h 65 FT_Short ref_count; /* reference count for this node */ member in struct:FTC_NodeRec_
202 * the face_id but is locked (i.e., has `ref_count > 0'), the node
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 124 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...]
fst.h 308 int *ref_count; // ... and reference count if non-zero member in struct:fst::ArcIteratorData
334 else if (data_.ref_count)
335 --(*data_.ref_count);
  /bootable/recovery/minadbd/
adb.h 176 int ref_count; member in struct:atransport
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 676 int ref_count; local
679 ref_count = --ref_count_;
681 if (ref_count == 0) {
  /external/libpcap/
pcap-dos.c 91 static int ref_count = 0; variable
176 pcap->fd = ++ref_count;
435 if (ref_count > 0)
436 ref_count--;
437 if (ref_count > 0)
    [all...]
  /external/openfst/src/include/fst/
cache.h 185 cache_first_state_->ref_count == 0) {
372 data->ref_count = &(state->ref_count);
373 ++(*data->ref_count);
411 if (cache_size_ > cache_target && state->ref_count == 0 &&
492 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
496 ref_count = 0;
505 mutable int ref_count; member in struct:fst::CacheState
599 ++state_->ref_count;
602 ~CacheArcIterator() { --state_->ref_count; }
    [all...]
  /external/qemu/android/skin/
image.c 213 int ref_count; member in struct:SkinImage
266 image->ref_count = 1;
435 if (image->ref_count == 0) {
548 node->ref_count += 1;
590 image->ref_count += 1;
602 if (image != _no_image && --image->ref_count == 0) {
  /external/elfutils/libelf/
libelfP.h 319 int ref_count; member in struct:Elf

Completed in 639 milliseconds

1 2 3 4