Searched refs:std (Results 1376 - 1400 of 1914) sorted by relevance

<<51525354555657585960>>

/gem5/src/arch/x86/bios/
H A Dacpi.cc50 using namespace std;
/gem5/src/base/loader/
H A Daout_object.cc40 using namespace std;
/gem5/src/mem/ruby/profiler/
H A DAccessTraceForAddress.cc42 AccessTraceForAddress::print(std::ostream& out) const
/gem5/src/mem/ruby/network/garnet2.0/
H A Dflit.cc66 flit::print(std::ostream& out) const
H A DVirtualChannel.hh95 std::pair<VC_state_type, Cycles> m_vc_state;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_queue.cpp52 m_e( (std::string(SC_KERNEL_EVENT_PREFIX)+"_event").c_str() ),
H A Dsc_signal_resolved.cpp59 const std::vector<sc_dt::sc_logic>& values_ )
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_wait_cthread.cpp65 std::sprintf( msg, "n = %d", n );
149 Added std:: prefix to appropriate methods and types to get around
157 Changes for sc_string going to std::string.
158 Changes for sc_pvector going to std::vector.
/gem5/util/tlm/src/
H A Dsc_slave_port.cc365 SCSlavePort::SCSlavePort(const std::string &name_,
366 const std::string &systemc_name,
388 SCSlavePortHandler::getExternalPort(const std::string &name,
390 const std::string &port_data)
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.hh46 using namespace std;
/gem5/src/arch/alpha/
H A Dkernel_stats.hh84 void regStats(const std::string &name);
/gem5/src/base/
H A Dbmpwriter.hh80 void write(std::ostream &bmp) const override;
H A Dhostinfo.cc54 using namespace std;
/gem5/src/dev/virtio/
H A Dblock.hh172 std::string name() const { return parent.name() + ".qRequests"; }
/gem5/ext/drampower/test/libdrampowertest/
H A DMakefile55 CXXFLAGS := -O ${WARNFLAGS} ${DBGCXXFLAGS} ${OPTCXXFLAGS} -std=c++0x
/gem5/src/arch/sparc/insts/
H A Dmicro.hh60 std::string generateDisassembly(
/gem5/src/base/vnc/
H A Dvncinput.cc55 using namespace std;
/gem5/src/dev/net/
H A Ddist_iface.hh124 std::mutex lock;
130 std::condition_variable cv;
359 std::queue<Desc> descQueue;
468 std::thread *recvThread;
/gem5/src/learning_gem5/part2/
H A Dgoodbye_object.cc60 GoodbyeObject::sayGoodbye(std::string other_name)
/gem5/src/sim/
H A Deventq.cc48 using namespace std;
85 const std::string
206 std::lock_guard<EventQueue> lock(*this);
321 std::unordered_map<long, bool> map;
/gem5/ext/pybind11/tests/
H A Dtest_eval.cpp86 } catch (std::exception &) {
/gem5/src/systemc/core/
H A Dsensitivity.hh110 typedef std::vector<DynamicSensitivity *> DynamicSensitivities;
125 typedef std::vector<StaticSensitivity *> StaticSensitivities;
148 std::set<const ::sc_core::sc_event *> events;
152 Process *p, const std::set<const ::sc_core::sc_event *> &s) :
/gem5/src/systemc/ext/channel/
H A Dsc_inout_rv.hh96 std::ostringstream ss;
/gem5/src/systemc/ext/core/
H A Dsc_export.hh117 std::string msg = "export not bound: export '";
/gem5/src/systemc/tests/systemc/communication/sc_signal/datatypes/test02/
H A Dtest02.cpp61 const std::string& name )

Completed in 26 milliseconds

<<51525354555657585960>>