Searched refs:InUse (Results 1 – 6 of 6) sorted by relevance
175 enum { InUse, Deleted, Empty } status; enumerator483 vg_assert(tte->status == InUse); in index_tte()750 vg_assert(sec->tt[tteNo].status == InUse); in find_TTEntry_from_hcode()929 vg_assert(here_tte->status == InUse); in unchain_in_preparation_for_deletion()1174 if (tte->status != InUse) in sanity_check_eclasses_in_sector()1217 vg_assert(tte->status == InUse); in sanity_check_eclasses_in_sector()1244 case InUse: VG_(printf)("InUse\n"); break; in sanity_check_eclasses_in_sector()1524 if (sec->tt[ei].status == InUse) { in initialiseSector()1698 sectors[y].tt[tteix].status = InUse; in VG_()1889 vg_assert(tte->status == InUse); in delete_tte()[all …]
47 bool InUse() const;
90 bool VieRemb::InUse() const { in InUse() function in webrtc::VieRemb
47 has_parent_scope_ = table->InUse(); in Initialize()
191 RTC_DCHECK(!remb_->InUse()); in ~CongestionController()
869 bool InUse() { return in_use_; } in InUse() function