Searched refs:std (Results 901 - 925 of 1914) sorted by relevance

<<31323334353637383940>>

/gem5/src/sim/
H A Ddvfs_handler.hh181 typedef std::map<DomainID, SrcClockDomain*> Domains;
187 std::vector<DomainID> domainIDList;
256 typedef std::map<DomainID, UpdateEvent> UpdatePerfLevelEvents;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_reset.h60 inline std::ostream& operator << ( std::ostream& os,
108 std::vector<sc_reset_target> m_targets; // List of processes to reset.
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp7 using std::cout;
8 using std::endl;
19 std::vector<sc_object*> children = h.get_child_objects();
61 std::vector<sc_object*> children = this->get_child_objects();
74 std::vector<sc_object*> children2 = h2.get_child_objects();
90 std::vector<sc_object*> children3 = h3.get_child_objects();
120 std::vector<sc_object*> children3 = h3.get_child_objects();
144 std::vector<sc_object*> children3 = h3.get_child_objects();
168 std::vector<sc_object*> children3 = h3.get_child_objects();
190 std
[all...]
/gem5/src/arch/arm/insts/
H A Dbranch.hh61 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
90 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
120 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
H A Dmem.cc47 using namespace std;
53 MemoryReg::printOffset(std::ostream &os) const
164 Memory::printInst(std::ostream &os, AddrMode addrMode) const
/gem5/src/gpu-compute/
H A Dvector_register_file.hh102 std::vector<uint32_t> &regVec, uint32_t operandSize,
135 std::vector<uint8_t> busy;
138 std::vector<uint8_t> nxtBusy;
/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc209 ::std::vector<char> seen;
259 bool TryAugment(size_t ilhs, ::std::vector<char>* seen) {
299 ::std::vector<size_t> left_;
300 ::std::vector<size_t> right_;
313 ::std::ostream* stream) {
315 ::std::ostream& os = *stream;
383 ::std::stringstream ss;
396 ::std::ostream* os) const {
417 ::std::ostream* os) const {
445 const ::std
[all...]
/gem5/src/dev/net/
H A Dethertap.hh103 Port &getPort(const std::string &if_name,
110 std::queue<EthPacketPtr> packetBuffer;
120 EtherTapInt(const std::string &name, EtherTapBase *t) :
/gem5/src/mem/
H A Dmem_delay.hh73 Port &getPort(const std::string &if_name,
79 MasterPort(const std::string &_name, MemDelay &_parent);
105 SlavePort(const std::string &_name, MemDelay &_parent);
/gem5/src/systemc/
H A Dsc_port_wrapper.hh59 ScPortWrapper(ScPort& p, const std::string& name, PortID id)
99 ScInterfaceWrapper(IF& i, const std::string name, PortID id)
140 ScExportWrapper(ScExport& p, const std::string& name, PortID id)
/gem5/src/base/
H A Dsat_counter.hh128 std::swap(initialVal, other.initialVal);
129 std::swap(maxVal, other.maxVal);
130 std::swap(counter, other.counter);
/gem5/src/dev/x86/
H A Dintdev.hh64 IntSlavePort(const std::string& _name, SimObject* _parent,
87 typedef std::list<int> ApicList;
99 IntMasterPort(const std::string& _name, SimObject* _parent,
/gem5/src/cpu/pred/
H A Dras.hh90 std::vector<TheISA::PCState> addrStack;
/gem5/src/unittest/
H A Dcprintftime.cc38 using namespace std;
H A Dstrnumtest.cc37 using namespace std;
/gem5/ext/drampower/src/
H A DMemorySpecification.cc40 using namespace std;
/gem5/ext/dsent/model/optical_graph/
H A DOpticalWavelength.cc35 using std::list;
36 using std::min;
124 std::pow(10.0, (current_path.losses[j] + IR_dB) / 10.0) *
131 number_detectors_ = std::min(number_detectors_, (unsigned int) current_path.detectors.size());
/gem5/ext/dsent/model/timing_graph/
H A DElectricalDriverMultiplier.cc66 max_cap = std::max(max_cap, downstream_nodes->at(i)->getTotalDownstreamCap());
/gem5/ext/mcpat/cacti/
H A Dcomponent.h41 using namespace std;
/gem5/src/arch/x86/bios/
H A De820.hh71 std::vector<E820Entry *> entries;
/gem5/src/mem/ruby/common/
H A DAddress.hh49 std::string printAddress(Addr addr);
/gem5/src/mem/ruby/structures/
H A DBankedArray.hh61 std::vector<AccessRecord> busyBanks;
/gem5/ext/nomali/lib/
H A Djobcontrol.hh90 std::vector<JobSlot> slots;
H A Dmmu.hh60 std::vector<AddrSpace> spaces;
/gem5/src/mem/ruby/network/
H A DBasicLink.cc45 BasicLink::print(std::ostream& out) const

Completed in 38 milliseconds

<<31323334353637383940>>