Searched refs:std (Results 1526 - 1550 of 1914) sorted by relevance

<<61626364656667686970>>

/gem5/src/mem/qos/
H A Dq_policy.cc71 std::unordered_map<MasterID, QueuePolicy::PacketQueue::iterator> track;
H A Dmem_ctrl.cc323 const std::string master = _system->getMasterName(i);
329 priorityMinLatency.subname(j, std::to_string(j));
330 priorityMaxLatency.subname(j, std::to_string(j));
/gem5/src/sim/
H A Dcore.cc45 using namespace std;
/gem5/src/arch/mips/
H A Dremote_gdb.cc151 using namespace std;
/gem5/src/arch/power/
H A Dremote_gdb.cc151 using namespace std;
/gem5/src/arch/riscv/insts/
H A Damo.cc41 using namespace std;
/gem5/src/base/
H A Dinet.cc57 using namespace std;
77 EthAddr::EthAddr(const std::string &addr)
90 EthAddr::operator=(const std::string &addr)
97 EthAddr::parse(const std::string &addr)
H A Dtrie.hh86 dump(std::ostream &os, int level)
356 dump(const char *title, std::ostream &os=std::cout)
/gem5/src/dev/arm/
H A Dbase_gic.hh168 std::unordered_map<ContextID, ArmPPI*> pins;
H A Dpl111.hh188 const std::string name() const {
350 std::vector<DmaDoneEvent> dmaDoneEventAll;
353 std::vector<DmaDoneEvent *> dmaDoneEventFree;
/gem5/src/systemc/ext/core/
H A Dsc_module.hh103 virtual ::Port &gem5_getPort(const std::string &if_name, int idx=-1);
184 virtual const std::vector<sc_object *> &get_child_objects() const;
185 virtual const std::vector<sc_event *> &get_child_events() const;
193 sc_module(const std::string &);
/gem5/src/arch/alpha/linux/
H A Dsystem.cc60 using namespace std;
/gem5/src/mem/cache/
H A Dcache.hh82 std::unordered_set<RequestPtr> outstandingSnoop;
/gem5/src/mem/cache/prefetch/
H A Dsignature_path_v2.cc58 std::vector<GlobalHistoryEntry *> all_ghr_entries =
/gem5/src/mem/cache/tags/
H A Dsector_blk.cc111 std::string
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.cc37 using namespace std;
72 std::vector<const AccessTraceForAddress *> sorted;
99 std::vector<int64_t> m_touched_vec;
100 std::vector<int64_t> m_touched_weighted_vec;
/gem5/ext/dsent/libutil/
H A DCalculator.cc29 using std::cout;
30 using std::endl;
31 using std::scientific;
/gem5/src/dev/net/
H A Dtcp_iface.cc75 using namespace std;
77 std::vector<std::pair<TCPIface::NodeInfo, int> > TCPIface::nodes;
/gem5/src/mem/ruby/common/
H A DNetDest.cc105 std::vector<NodeID>
108 std::vector<NodeID> dest;
258 NetDest::print(std::ostream& out) const
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.cpp43 #include <algorithm> // std::swap
53 std::string message;
109 : std::exception(other),
132 using std::swap;
/gem5/src/mem/ruby/network/garnet2.0/
H A DRouter.cc47 using namespace std;
180 std::string
268 Router::printAggregateFaultProbability(std::ostream& out)
/gem5/src/systemc/core/
H A Dsc_event.cc400 (std::string("$$$internal kernel event$$$") + _name).c_str(),
404 const std::vector<sc_event *> &
413 std::string str(name);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp37 using std::cout;
38 using std::endl;
39 using std::hex;
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc135 const std::string&
517 std::pair<ComputeUnit::pageDataStruct::iterator, bool> ret;
524 std::make_pair(1, it.second)));
/gem5/src/cpu/minor/
H A Dscoreboard.cc219 const std::vector<Cycles> *src_reg_relative_latencies,
220 const std::vector<bool> *cant_forward_from_fu_indices,
292 std::ostringstream result_stream;

Completed in 36 milliseconds

<<61626364656667686970>>