Searched refs:std (Results 1601 - 1625 of 1914) sorted by relevance

<<61626364656667686970>>

/gem5/util/statetrace/base/
H A Dstatetrace.cc49 using namespace std;
/gem5/ext/nomali/lib/
H A Dgpublock.cc39 regs(std::move(rhs.regs))
H A Dgpucontrol.cc28 const std::vector<GpuCmdHandler> GPUControl::cmds {
/gem5/ext/drampower/src/
H A DMemCommand.cc45 using namespace std;
/gem5/src/mem/ruby/network/garnet2.0/
H A DInputUnit.cc41 using namespace std;
H A DOutputUnit.cc41 using namespace std;
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64m.cpp39 using namespace std;
/gem5/src/arch/x86/
H A Dtypes.cc36 using namespace std;
/gem5/src/mem/ruby/profiler/
H A DStoreTrace.cc33 using namespace std;
/gem5/src/sim/
H A Dclock_domain.cc102 fatal_if(!std::is_sorted(freqOpPoints.begin(), freqOpPoints.end()),
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.h252 std::vector<sc_export_base*> m_export_vec;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc59 std::sprintf( msg, "%s::%s( int nb ) : nb = %d is not valid",
112 std::sprintf( msg, "%s::%s( sc_bv_base ) : nb = %d is not valid",
135 std::sprintf( msg, "%s::%s( sc_lv_base ) : nb = %d is not valid",
158 std::sprintf( msg, "%s::%s( sc_int_subref ) : nb = %d is not valid",
181 std::sprintf( msg, "%s::%s( sc_uint_subref ) : nb = %d is not valid",
204 std::sprintf( msg, "%s::%s( sc_signed_subref ) : nb = %d is not valid",
227 std::sprintf( msg, "%s::%s( sc_unsigned_subref ) : nb = %d is not valid",
307 CLASS_TYPE::scan( ::std::istream& is )
309 std::string s;
2937 CLASS_TYPE::dump(::std
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.h129 /* DEPRECATED */ sc_module( const std::string& nm );
149 const ::std::vector<sc_object*>& get_child_objects() const;
299 void set_stack_size( std::size_t );
310 std::vector<sc_port_base*>* m_port_vec;
/gem5/src/base/vnc/
H A Dvncserver.hh273 void sendError(std::string error_msg);
/gem5/src/dev/x86/
H A Dpc.cc51 using namespace std;
/gem5/src/cpu/kvm/
H A Dtimer.cc157 return std::max(resolution, min_cycles);
/gem5/src/proto/
H A Dprotoio.cc44 using namespace std;
/gem5/src/dev/virtio/
H A Dfs9p.cc65 P9MsgInfo(P9MsgType _type, std::string _name)
69 std::string name;
72 typedef std::map<P9MsgType, P9MsgInfo> P9MsgInfoMap;
366 const std::string socket_path = simout.resolve(p->socketPath);
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh146 const std::string sc_report_compose_message(const sc_report &);
/gem5/src/arch/power/
H A Dtlb.hh102 typedef std::multimap<Addr, int> PageTable;
/gem5/src/dev/ps2/
H A Dmouse.cc58 PS2Mouse::recv(const std::vector<uint8_t> &data)
/gem5/src/gpu-compute/
H A Dwavefront.cc797 execMask().to_string<char, std::string::traits_type,
798 std::string::allocator_type>().c_str(), pc());
803 execMask().to_string<char, std::string::traits_type,
804 std::string::allocator_type>().c_str());
875 ReconvergenceStackEntry empty = {std::numeric_limits<uint32_t>::max(),
876 std::numeric_limits<uint32_t>::max(),
877 std::numeric_limits<uint64_t>::max()};
944 if (newEntry.pc != std::numeric_limits<uint32_t>::max()) {
986 actualWgSz[d] = std::min(workGroupSz[d],
/gem5/ext/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc48 using ::std::plus;
49 using ::std::string;
641 std::string letters = "abc";
643 std::fill_n(n, 4, 0);
644 std::fill_n(ch, 4, '\0');
689 typedef void MyFunction(bool, std::back_insert_iterator<std::string>);
690 std::string letters = "abc";
693 std::string s;
/gem5/src/arch/alpha/
H A Dremote_gdb.cc144 using namespace std;
/gem5/src/arch/mips/
H A Dinterrupts.cc142 return std::make_shared<InterruptFault>();

Completed in 38 milliseconds

<<61626364656667686970>>