Searched refs:std (Results 1626 - 1650 of 1914) sorted by relevance

<<61626364656667686970>>

/gem5/src/python/pybind11/
H A Devent.cc135 std::unique_ptr<GlobalSimLoopExitEvent, py::nodelete>>(
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_socket_bases.h356 virtual std::vector<callback_binder_bw<TYPES> *> &get_binders()=0;
359 virtual std::vector<tlm::tlm_fw_transport_if<TYPES> *> &get_sockets()=0;
416 virtual std::vector<callback_binder_fw<TYPES> *> &get_binders() = 0;
422 virtual std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES>*> &
/gem5/src/arch/x86/
H A Dprocess.hh74 std::vector<AuxVector<IntType> > extraAuxvs);
/gem5/src/base/
H A Dfiber.cc53 using namespace std;
H A Dstatistics.cc60 using namespace std;
64 std::string Info::separatorString = "::";
447 root = NodePtr(new BinaryNode<std::plus<Result> >(root, r));
461 root = NodePtr(new BinaryNode<std::divides<Result> >(root, r));
/gem5/src/kern/linux/
H A Dprintk.cc42 using namespace std;
/gem5/src/mem/
H A Dcoherent_xbar.cc71 std::string portName = csprintf("%s.master[%d]", name(), i);
84 std::string portName = name() + ".default";
97 std::string portName = csprintf("%s.slave[%d]", name(), i);
689 const std::vector<QueuedSlavePort*>& dests)
747 std::pair<MemCmd, Tick> snoop_result;
887 std::pair<MemCmd, Tick> snoop_result;
916 std::pair<MemCmd, Tick>
919 const std::vector<QueuedSlavePort*>& dests)
984 return std::make_pair(snoop_response_cmd, snoop_response_latency);
H A Dmem_checker.cc68 writes.insert(std::make_pair(serial,
125 outstandingReads.insert(std::make_pair(serial,
/gem5/src/learning_gem5/part2/
H A Dsimple_memobj.cc45 SimpleMemobj::getPort(const std::string &if_name, PortID idx)
/gem5/ext/pybind11/include/pybind11/
H A Dembed.h56 } catch (const std::exception &e) { \
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp375 scfx_rep::operator new( std::size_t size )
397 void scfx_rep::operator delete( void* ptr, std::size_t size )
2770 scfx_rep::print( ::std::ostream& os ) const
2781 scfx_rep::dump( ::std::ostream& os ) const
2783 os << "scfx_rep" << ::std::endl;
2784 os << "(" << ::std::endl;
2786 os << "mant =" << ::std::endl;
2790 std::sprintf( buf, " %d: %10u (%8x)", i, (int) m_mant[i], (int) m_mant[i] );
2791 os << buf << ::std::endl;
2794 os << "wp = " << m_wp << ::std
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc91 std::stringstream msg;
104 const std::string
323 std::stringstream msg;
354 std::stringstream msg;
470 std::stringstream msg;
521 std::stringstream msg;
562 std::stringstream msg;
585 std::stringstream msg;
600 std::stringstream msg;
1705 std
[all...]
/gem5/src/dev/arm/
H A Dsmmu_v3_caches.cc64 SMMUv3BaseCache::SMMUv3BaseCache(const std::string &policy_name, uint32_t seed) :
72 SMMUv3BaseCache::decodePolicyName(const std::string &policy_name)
86 SMMUv3BaseCache::regStats(const std::string &name)
150 const std::string &policy)
430 const std::string &policy)
629 const std::string &policy)
809 const std::string &policy)
972 WalkCache::WalkCache(const std::array<unsigned, 2*WALK_CACHE_LEVELS> &_sizes, argument
973 unsigned _associativity, const std::string &policy) :
978 unsigned numEntries = std
[all...]
/gem5/ext/dsent/model/electrical/
H A DMultiplexerCrossbar.cc35 using std::ceil;
36 using std::vector;
H A DOR.cc35 using std::ceil;
36 using std::floor;
/gem5/ext/dsent/model/electrical/router/
H A DRouterInputPort.cc36 using std::ceil;
37 using std::vector;
/gem5/ext/dsent/model/optical/
H A DOpticalLinkBackendRx.cc140 unsigned int shift_index_max = std::max(shift_index_min, (unsigned int) ceil(log2(out_bits)) - 1);
317 double heating_range = std::max(0.0, freq_sep - max_assist); // The distance needed to bridge using heaters
H A DOpticalLinkBackendTx.cc127 unsigned int shift_index_max = std::max(shift_index_min, (unsigned int) ceil(log2(in_bits)) - 1);
307 double heating_range = std::max(0.0, freq_sep - max_assist); // The distance needed to bridge using heaters
/gem5/ext/dsent/model/std_cells/
H A DNAND2.cc38 using std::ceil;
39 using std::max;
H A DNOR2.cc38 using std::ceil;
39 using std::max;
/gem5/ext/dsent/util/
H A DResult.cc31 using std::ostream;
32 using std::endl;
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc41 using namespace std;
326 PerfectSwitch::print(std::ostream& out) const
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_rv_ports.h146 std::sprintf( msg, "%s (%s)", this->name(), kind() );
266 std::sprintf( msg, "%s (%s)", this->name(), kind() );
392 //Added std:: prefix to appropriate methods and types to get around
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_reset.cpp138 std::vector<sc_reset_target>::size_type process_i; // index of process resetting.
139 std::vector<sc_reset_target>::size_type process_n; // # of processes to reset.
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_list.cpp55 static void* operator new(std::size_t sz) { return sc_mempool::allocate(sz); }
56 static void operator delete(void* p, std::size_t sz) { sc_mempool::release(p, sz); }

Completed in 58 milliseconds

<<61626364656667686970>>