Searched refs:std (Results 1676 - 1700 of 1914) sorted by relevance

<<61626364656667686970>>

/gem5/src/mem/
H A Ddramsim2.cc340 DRAMSim2::getPort(const std::string &if_name, PortID idx)
357 DRAMSim2::MemoryPort::MemoryPort(const std::string& _name,
/gem5/src/base/
H A Dsat_counter.test.cc262 SatCounter counter_move_constructor(std::move(counter));
267 counter_move = std::move(counter_move_constructor);
/gem5/src/dev/serial/
H A Dterminal.cc79 using namespace std;
221 const size_t chunk_len(std::min(txbuf.size() - i, sizeof(buf)));
/gem5/src/cpu/simple/
H A Dtiming.cc63 using namespace std;
223 if (std::find(activeThreads.begin(), activeThreads.end(), thread_num)
421 const std::vector<bool>& byteEnable)
435 RequestPtr req = std::make_shared<Request>(
499 const std::vector<bool>& byteEnable)
521 RequestPtr req = std::make_shared<Request>(
583 std::move(amo_op));
679 RequestPtr ifetch_req = std::make_shared<Request>();
/gem5/src/cpu/o3/
H A Ddecode_impl.hh57 // clang complains about std::set being overloaded with Packet::set if
58 // we open up the entire namespace std
59 using std::list;
117 std::string
207 DefaultDecode<Impl>::setActiveThreads(std::list<ThreadID> *at_ptr)
668 std::queue<DynInstPtr>
677 DynInstPtr inst = std::move(insts_to_decode.front());
H A Dinst_queue_impl.hh59 // clang complains about std::set being overloaded with Packet::set if
60 // we open up the entire namespace std
61 using std::list;
172 std::string
292 std::stringstream subname;
685 DynInstPtr inst = std::move(instsToExecute.front());
784 while (mem_inst = std::move(getDeferredMemInstToExecute())) {
789 while (mem_inst = std::move(getBlockedMemInstToExecute())) {
1176 DynInstPtr mem_inst = std::move(*it);
1191 DynInstPtr mem_inst = std
[all...]
H A Drob_impl.hh55 using namespace std;
121 std::string
252 DynInstPtr head_inst = std::move(*head_it);
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage.cc334 std::vector<int> & length, std::vector<int8_t> * tab,
335 int nbr, int logs, std::vector<int8_t> & w,
509 std::vector<std::vector<unsigned int>> &blurrypath_histories =
/gem5/src/mem/ruby/profiler/
H A DProfiler.cc80 using namespace std;
104 Profiler::regStats(const std::string &pName)
315 m_hitTypeMachLatencyHistSeqr.push_back(std::vector<Stats::Histogram *>());
316 m_missTypeMachLatencyHistSeqr.push_back(std::vector<Stats::Histogram *>());
317 m_missTypeMachLatencyHistCoalsr.push_back(std::vector<Stats::Histogram *>());
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.cpp77 const std::string
220 std::sprintf( msg,
319 std::sprintf( msg, "character string '%s' is not valid",
351 std::sprintf( msg, "character string '%s' is not valid",
474 std::sprintf( msg, "character string '%s' is not valid",
526 std::sprintf( msg, "character string '%s' is not valid",
568 std::sprintf( msg,
593 std::sprintf( msg,
609 std::sprintf( msg,
1851 std
[all...]
/gem5/src/dev/arm/
H A Dgic_v3_its.cc70 std::bind(&ItsProcess::main, this, std::placeholders::_1)));
73 const std::string
93 RequestPtr req = std::make_shared<Request>(
117 RequestPtr req = std::make_shared<Request>(
258 std::pair<uint32_t, Gicv3Redistributor *>
286 return std::make_pair(itte.intNum, its.getRedistributor(cte));
329 std::string
1108 Gicv3Its::getPort(const std::string &if_name, PortID idx)
1246 auto base_it = std
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc118 void PrintTo(const Incomplete& x, ::std::ostream* os);
132 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) {
643 const std::string output = GetCapturedStdout();
685 const std::string output = GetCapturedStdout();
880 const std::string output1 = GetCapturedStdout();
886 const std::string output2 = GetCapturedStdout();
899 std::string expect_call_location = FormatFileLocation(__FILE__, __LINE__ + 1);
906 const std::string output = GetCapturedStdout();
913 std::string on_call_location;
1909 virtual void DescribeTo(::std
[all...]
/gem5/ext/drampower/src/
H A DCmdScheduler.cc48 using namespace std;
138 void cmdScheduler::getTrans(std::ifstream& trans_trace, const MemorySpecification& memSpec)
140 std::string line;
169 timestamp >> std::hex >> transAddr;
208 std::vector<uint64_t> bankPointer(static_cast<size_t>(nbrOfBankGroups), 0);
209 std::vector<int64_t> bankAccessNum(static_cast<size_t>(nBanks), -1);
210 std::vector<bool> ACTSchedule(static_cast<size_t>(nBanks), false);
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc658 std::unique_ptr<struct kvm_msrs> msrs(
1105 std::unique_ptr<struct kvm_msrs> kvm_msrs(
1350 RequestPtr io_req = std::make_shared<Request>(
1468 std::unique_ptr<struct kvm_cpuid2> kvm_cpuid(
1472 std::copy(cpuid.begin(), cpuid.end(), kvm_cpuid->entries);
1488 std::unique_ptr<struct kvm_msrs> kvm_msrs(
1492 std::copy(msrs.begin(), msrs.end(), kvm_msrs->entries);
1509 std::unique_ptr<struct kvm_msrs> kvm_msrs(
1524 std::unique_ptr<struct kvm_msrs> kvm_msrs(
/gem5/ext/dsent/model/electrical/
H A DBroadcastHTree.cc40 using std::pow;
41 using std::vector;
306 Log::printLine(std::cerr, warning_msg);
/gem5/ext/dsent/model/std_cells/
H A DLATQ.cc38 using std::ceil;
39 using std::max;
40 using std::min;
H A DBUF.cc38 using std::max;
H A DStdCellLib.cc32 using std::pow;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.cpp44 typedef std::size_t uintptr_t;
62 static void* operator new(std::size_t sz)
64 static void operator delete(void* p, std::size_t sz)
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp38 using std::cout;
39 using std::endl;
194 std::vector<sc_event*> vec = this->get_child_events();
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.cc47 using namespace std;
239 auto cb = std::bind(&NetworkInterface::dequeueCallback, this);
527 NetworkInterface::print(std::ostream& out) const
/gem5/ext/dsent/
H A Dinterface.cc35 using namespace std;
/gem5/ext/dsent/model/
H A DModel.h31 using std::vector;
/gem5/ext/dsent/model/timing_graph/
H A DElectricalTimingTree.cc117 Log::printLine(std::cerr, warning_msg);
/gem5/ext/mcpat/cacti/
H A Dcomponent.cc44 using namespace std;

Completed in 65 milliseconds

<<61626364656667686970>>