Lines Matching refs:first
58 if (r.real == i->first.real &&
59 r.partitionId == i->first.partitionId &&
60 i->first.va < r.va + r.size &&
61 i->first.va+i->first.size >= r.va &&
62 (r.real || r.contextId == i->first.contextId))
71 if (r.real != i->first.real)
73 if (!r.real && r.contextId != i->first.contextId)
75 if (r.partitionId != i->first.partitionId)
77 if (i->first.va <= r.va+r.size &&
78 i->first.va+i->first.size >= r.va)
101 return tree.insert(std::make_pair(r, d)).first;
158 std::cout << std::hex << i->first.va << " " << i->first.size << " " <<
159 i->first.contextId << " " << i->first.partitionId << " " <<
160 i->first.real << " " << i->second << std::endl;