Searched refs:std (Results 1026 - 1050 of 1914) sorted by relevance

<<41424344454647484950>>

/gem5/src/systemc/ext/utils/
H A Dsc_report.hh62 class sc_report : public std::exception
113 std::string _what;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/recursive_kill_bug/
H A Drecursive_kill_bug.cpp34 using std::cout;
35 using std::endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_verbosity/
H A Dsc_verbosity.cpp35 using std::cout;
36 using std::endl;
/gem5/src/systemc/tests/systemc/bugs/async_reset_init/
H A Dasync_reset_init.cpp90 using namespace std;
103 using namespace std;
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp18 void check_form_of_suffix(std::string s)
20 std::string charset = "0123456789";
41 std::string s1 = std::string(sc_get_current_process_handle().name());
46 std::string s2 = std::string(sc_get_current_process_handle().name());
51 std::string s3 = std::string(sc_get_current_process_handle().name());
/gem5/src/systemc/tests/systemc/compliance_1666/test205/
H A Dtest205.cpp5 using std::cout;
6 using std::endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test211/
H A Dtest211.cpp4 using std::cout;
5 using std::endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test219/
H A Dtest219.cpp6 using std::cout;
7 using std::endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test220/
H A Dtest220.cpp4 using std::cout;
5 using std::endl;
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_limits/
H A Dmain.cpp67 std::stringstream out;
81 std::string s = out.str();
/gem5/src/systemc/tests/systemc/datatypes/fx/limits/
H A Dmain.cpp66 std::stringstream out;
80 std::string s = out.str();
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test05/
H A Dtest05.cpp41 using std::cout;
42 using std::endl;
/gem5/src/systemc/tests/systemc/tmp/others/kill_reset/
H A Dkill_reset.cpp6 using std::cout;
7 using std::endl;
/gem5/src/systemc/tests/systemc/utils/sc_report/test05/
H A Dcatch_actions.cpp30 using std::cout;
31 using std::endl;
/gem5/src/systemc/tests/systemc/utils/sc_vector/test04/
H A Dtest04.cpp84 std::cout << name() << " created @ "
85 << x << "x" << y << std::endl;
/gem5/src/cpu/
H A Ddecode_cache.hh51 using InstMap = std::unordered_map<EMI, StaticInstPtr>;
63 typedef typename std::unordered_map<Addr, CachePage *> PageMap;
H A Dinst_pb_trace.hh96 std::unique_ptr<uint8_t []> buf;
114 void createTraceFile(std::string filename);
/gem5/src/cpu/testers/traffic_gen/
H A Dbase_gen.cc65 RequestPtr req = std::make_shared<Request>(addr, size, flags, masterID);
77 std::fill_n(pkt_data, req->getSize(), (uint8_t)masterID);
H A Dbase_gen.hh68 const std::string _name;
105 std::string name() const { return _name; }
/gem5/src/mem/cache/tags/indexing_policies/
H A Dbase.cc84 const std::lldiv_t div_result = std::div((long long)index, assoc);
/gem5/src/arch/arm/
H A Dinterrupts.hh246 return std::make_shared<Interrupt>();
248 return std::make_shared<VirtualInterrupt>();
250 return std::make_shared<FastInterrupt>();
252 return std::make_shared<VirtualFastInterrupt>();
254 return std::make_shared<SystemError>();
256 return std::make_shared<VirtualDataAbort>(
260 return std::make_shared<Reset>();
262 return std::make_shared<ArmSev>();
/gem5/src/dev/net/
H A Detherbus.cc51 using namespace std;
85 EtherBus::getPort(const std::string &if_name, PortID idx)
/gem5/src/mem/qos/
H A Dq_policy.hh62 typedef std::deque<PacketPtr> PacketQueue;
185 std::list<MasterID> toServe;
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_get.h42 typedef std::pair<const sc_core::sc_time, transaction_type *> pair_type;
93 std::multimap<const sc_core::sc_time, transaction_type *>
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dgp.cc20 #include <cstring> // std::memcpy et.al.
41 typedef std::map<std::type_index, key_type> type_map;
54 register_extension(std::type_index type)
91 tlm_extension_base::register_extension(const std::type_info &type)
140 std::memcpy(m_data, other.m_data, m_length);
145 std::memcpy(m_byte_enable, other.m_byte_enable, m_byte_enable_length);
226 std::memcpy(m_data, other.m_data, m_length);
274 std::string

Completed in 24 milliseconds

<<41424344454647484950>>