HomeSort by relevance Sort by last modified time
    Searched refs:InUse (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/
m_transtab.c 110 enum { InUse, Deleted, Empty } status;
174 /* The count of tt entries with state InUse. */
487 if (tte->status != InUse)
488 BAD("tteno points to non-inuse tte");
530 vg_assert(tte->status == InUse);
557 case InUse: VG_(printf)("InUse\n"); break;
817 if (sec->tt[i].status == InUse) {
    [all...]
  /external/chromium/net/disk_cache/
mem_entry_impl.h 64 bool InUse();
mem_backend_impl.cc 302 if (!node->InUse() || empty) {
mem_entry_impl.cc 114 bool MemEntryImpl::InUse() {
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 305 UINT InUse; /* Count of instances of this component in use */
560 increments the InUse field of the QOSCOMPONENT structure.
592 decrements the InUse field of the QOSCOMPONENT structure.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 299 UINT InUse; /* Count of instances of this component in use */
554 increments the InUse field of the QOSCOMPONENT structure.
586 decrements the InUse field of the QOSCOMPONENT structure.

Completed in 191 milliseconds