Home
last modified time | relevance | path

Searched refs:InUse (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/
Dm_transtab.c175 enum { InUse, Deleted, Empty } status; enumerator
483 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 …]
/external/webrtc/webrtc/video/
Dvie_remb.h47 bool InUse() const;
Dvie_remb.cc90 bool VieRemb::InUse() const { in InUse() function in webrtc::VieRemb
/external/v8/src/tracing/
Dtrace-event.cc47 has_parent_scope_ = table->InUse(); in Initialize()
/external/webrtc/webrtc/call/
Dcongestion_controller.cc191 RTC_DCHECK(!remb_->InUse()); in ~CongestionController()
/external/v8/src/
Dcounters.h869 bool InUse() { return in_use_; } in InUse() function