Searched refs:InUse (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_transtab.c110 enum { InUse, Deleted, Empty } status; enumerator in enum:__anon12419::__anon12420
174 /* The count of tt entries with state InUse. */
487 if (tte->status != InUse)
530 vg_assert(tte->status == InUse);
557 case InUse: VG_(printf)("InUse\n"); break;
817 if (sec->tt[i].status == InUse) {
1030 sectors[y].tt[i].status = InUse;
1074 if (sectors[sno].tt[k].status == InUse
1100 /* If we fall off the end, all entries are InUse an
[all...]
/external/chromium/net/disk_cache/
H A Dmem_entry_impl.h64 bool InUse();
H A Dmem_backend_impl.cc302 if (!node->InUse() || empty) {
H A Dmem_entry_impl.cc114 bool MemEntryImpl::InUse() { function in class:disk_cache::MemEntryImpl

Completed in 559 milliseconds