Home | History | Annotate | Download | only in quipper

Lines Matching defs:it

102   // Now search for a location for the new range.  It should be in the first
105 // If there is no existing mapping, add it to the beginning of quipper space.
113 // If there is space before the first mapped range in quipper space, use it.
135 // If it still hasn't succeeded in mapping, it means there is no free space in
144 MappingList::const_iterator it;
145 for (it = mappings_.begin(); it != mappings_.end(); ++it) {
146 LOG(INFO) << " real_addr: " << std::hex << it->real_addr
147 << " mapped: " << std::hex << it->mapped_addr
148 << " id: " << std::hex << it->id
149 << " size: " << std::hex << it->size;
204 // mapped region, if it exists.