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

  /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.
  /external/valgrind/coregrind/
m_transtab.c 169 } prof; // if status == InUse
170 TTEno next_empty_tte; // if status != InUse
175 enum { InUse, Deleted, Empty } status;
350 /* The count of tt entries with state InUse. */
483 vg_assert(tte->status == InUse);
750 vg_assert(sec->tt[tteNo].status == InUse);
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 335 bool InUse() { return (storage_mask_ & master_->used_storage_) != 0; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 629 BOOLEAN InUse;

Completed in 159 milliseconds