Searched refs:std (Results 1651 - 1675 of 1914) sorted by relevance

<<61626364656667686970>>

/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h157 typedef std::pair<tlm_payload_type*, tlm_phase_type> PAYLOAD;
189 std::vector<PAYLOAD> entries;
/gem5/src/sim/power/
H A Dthermal_model.cc236 std::vector <double> temps = ls.solve();
302 temp = std::max(temp, n->temp);
/gem5/src/dev/arm/
H A Dhdlcd.hh353 std::unique_ptr<ImgWriter> imgWriter;
394 std::unique_ptr<DmaEngine> dmaEngine;
/gem5/src/arch/x86/
H A Dfaults.hh91 virtual std::string describe() const;
338 virtual std::string describe() const;
/gem5/src/sim/
H A Dbyteswap.hh126 inline std::array<T, N>
127 swap_byte(std::array<T, N> a)
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp39 using std::cout;
40 using std::endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl/
H A Dproc_ctrl.cpp47 using std::cout;
48 using std::endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp38 using std::cout;
39 using std::endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test235a/
H A Dtest235a.cpp4 using std::cout;
5 using std::endl;
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test01/
H A Dtest01.cpp51 std::string s;
124 std::string s;
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test02/
H A Dtest02.cpp51 std::string s;
124 std::string s;
/gem5/src/arch/power/
H A Dtlb.cc57 using namespace std;
288 return std::make_shared<AlignmentFault>();
H A Dprocess.cc49 using namespace std;
88 std::vector<AuxVector<uint32_t>> auxv;
/gem5/src/cpu/kvm/
H A Dbase.cc364 std::lock_guard<EventQueue> lock(*this->eventQueue());
919 std::string
923 std::ostringstream ss;
925 ss.setf(std::ios::hex, std::ios::basefield);
926 ss.setf(std::ios::showbase);
1120 RequestPtr mmio_req = std::make_shared<Request>(
1160 std::unique_ptr<struct kvm_signal_mask> kvm_mask;
/gem5/src/dev/alpha/
H A Dtsunami_io.cc58 // clang complains about std::set being overloaded with Packet::set if
59 // we open up the entire namespace std
60 using std::string;
61 using std::ostream;
H A Dbackdoor.cc62 using namespace std;
82 std::memset(alphaAccess->cpuStack, 0, sizeof(alphaAccess->cpuStack));
/gem5/ext/googletest/googlemock/test/
H A Dgmock_output_test_.cc55 MOCK_METHOD3(Bar, char(const std::string& s, int i, double x));
183 const std::string s = "Hi";
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h139 typedef std::pair<tlm_payload_type *, tlm_phase_type> PAYLOAD;
173 std::vector<PAYLOAD> entries;
/gem5/src/arch/mips/
H A Dprocess.cc49 using namespace std;
99 std::vector<AuxVector<IntType>> auxv;
/gem5/src/arch/riscv/
H A Dprocess.cc61 using namespace std;
229 std::map<IntType, string> aux_keys = {
/gem5/src/arch/alpha/
H A Dprocess.cc49 using namespace std;
85 std::vector<AuxVector<uint64_t>> auxv;
/gem5/src/base/
H A Daddr_range.test.cc136 std::vector<Addr> masks = {
193 std::vector<Addr> masks = {
/gem5/src/dev/net/
H A Dns_gige.hh340 Port &getPort(const std::string &if_name,
369 NSGigEInt(const std::string &name, NSGigE *d)
/gem5/src/gpu-compute/
H A Dcl_driver.cc99 std::shared_ptr<DeviceFDEntry> fdp;
100 fdp = std::make_shared<DeviceFDEntry>(this, filename);
/gem5/src/mem/cache/prefetch/
H A Dpif.cc108 std::vector<AddrPriority> &addresses) const
201 std::vector<AddrPriority> &addresses)

Completed in 39 milliseconds

<<61626364656667686970>>