Searched refs:find (Results 126 - 150 of 198) sorted by relevance

12345678

/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h89 auto p = std::find(v.begin(), v.end(), x);
102 return std::find(v.begin(), v.end(), x) != v.end();
521 auto it = m.find(k);
615 auto it = m.find(k);
625 auto it = m.find(k);
637 auto it = m.find(k);
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc412 auto parent_itr = depGraph.find(a_dep);
466 graph_itr = depGraph.find(free_itr->seqNum);
752 auto graph_itr = depGraph.find(pkt->req->getReqInstSeqNum());
872 auto graph_itr = depGraph.find(itr->seqNum);
916 assert(inFlightNodes.find(done_node->seqNum) != inFlightNodes.end());
/gem5/src/arch/alpha/
H A Dtlb.cc184 PageTable::const_iterator i = lookupTable.find(vpn);
254 PageTable::iterator i = lookupTable.find(oldvpn);
323 PageTable::iterator i = lookupTable.find(vaddr.vpn());
/gem5/src/arch/x86/regs/
H A Dmsr.cc151 MsrMap::const_iterator it(msrMap.find(addr));
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_target_socket.h260 if (multi_binds.find(i)!=multi_binds.end()) //check if this connection is multi-multi
/gem5/ext/drampower/src/
H A DCommandAnalysis.cc196 list.erase(find(list.begin(), list.end(), cmd));
/gem5/src/cpu/o3/
H A Dstore_set.cc287 SeqNumMapIt store_list_it = storeList.find(issued_seq_num);
/gem5/src/mem/
H A Dmem_checker.hh353 * efficient (find first outstanding read).
482 auto it = byte_trackers.find(addr);
/gem5/src/arch/arm/linux/
H A Dsystem.cc267 std::map<uint32_t, uint32_t>::iterator itr = taskMap.find(pid);
/gem5/src/systemc/core/
H A Dobject.cc258 EventsIt it = std::find(events.begin(), events.end(), e);
H A Dsensitivity.hh244 const ::sc_core::sc_event &find(::sc_core::sc_interface *i);
H A Dscheduler.hh275 auto tsit = timeSlots.find(event->when());
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp136 sc_assert(charset.find(s[0]) < charset.size());
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp28 sc_assert(charset.find(s[0]) < charset.size());
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc158 if (line.find('#') != 1) {
/gem5/src/mem/qos/
H A Dmem_ctrl.cc173 auto it = requestTimes[m_id].find(addr);
H A Dmem_ctrl.hh292 return masters.find(m_id) != masters.end();
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc405 thread_to_thread_locals->find(current_thread);
413 thread_local_values.find(thread_local_instance);
441 thread_local_values.find(thread_local_instance);
464 thread_to_thread_locals->find(thread_id);
758 // (as opposed to *how* it matches), there is no need to find a
/gem5/src/mem/cache/prefetch/
H A Dstride.cc97 auto it = pcTables.find(context);
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py73 strpos = string_store.find(self.name+'\0')
203 strpos = string_store.find(self.name+'\0')
279 strpos = string_store.find(self.name+'\0')
353 strpos = string_store.find(self.name+'\0')
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_target_socket.h253 if (multi_binds.find(i) != multi_binds.end()) {
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dgp.cc56 type_map::const_iterator it = ids_.find(type);
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc496 RequestTable::iterator i = m_writeRequestTable.find(address);
578 RequestTable::iterator i = m_readRequestTable.find(address);
1061 RequestTable::iterator i = m_writeRequestTable.find(address);
1173 RequestTable::iterator i = m_readRequestTable.find(address);
/gem5/src/arch/arm/
H A Dremote_gdb.cc331 auto it = annexMap.find(annex);
/gem5/src/base/
H A Dcp_annotate.hh275 // vector indexed by queueid to find current number of elements and bytes
357 NameCache::iterator i = nameCache.find(s);
360 i = nameCache.find(s);

Completed in 63 milliseconds

12345678