Searched refs:string (Results 951 - 975 of 1173) sorted by relevance

<<31323334353637383940>>

/gem5/src/systemc/ext/tlm_core/2/sockets/
H A Dinitiator_socket.hh87 (std::string(name) + "_export").c_str()))
H A Dtarget_socket.hh82 (std::string(name) + "_port").c_str()))
/gem5/tests/
H A Drun.py46 import string
69 name -- Name of SimObject (string)
84 name -- Name of SimObject (string)
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.cc45 SMMUProcess::SMMUProcess(const std::string &name, SMMUv3 &_smmu) :
H A Dsmmu_v3_transl.hh177 SMMUTranslationProcess(const std::string &name, SMMUv3 &_smmu,
/gem5/src/base/loader/
H A Delf_object.cc53 #include <string>
64 ElfObject::tryFile(const std::string &fname, size_t len, uint8_t *data,
272 ElfObject::ElfObject(const std::string &_filename, size_t _len,
554 ElfObject::sectionExists(std::string sec)
/gem5/src/mem/
H A Daddr_mapper.cc57 AddrMapper::getPort(const std::string &if_name, PortID idx)
/gem5/src/cpu/
H A Dbase.cc52 #include <string>
227 const string fname = csprintf("ftrace.%s", name());
455 BaseCPU::getPort(const string &if_name, PortID idx)
803 string sym_str;
/gem5/src/arch/riscv/
H A Dregisters.hh56 #include <string>
115 const std::vector<std::string> IntRegNames = {
125 const std::vector<std::string> FloatRegNames = {
434 const std::string name;
/gem5/src/mem/ruby/structures/
H A DCacheMemory.hh33 #include <string>
/gem5/src/arch/x86/
H A Dinterrupts.hh222 Port &getPort(const std::string &if_name,
H A Dfaults.cc97 std::string
177 std::string
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h21 #include <string>
81 std::string format_str;
92 pybind11_fail(std::string("NumPy type info missing for ") + tinfo.name());
450 // If info.itemsize == 0, use the value calculated from the format string
454 explicit dtype(const std::string &format) {
458 dtype(const char *format) : dtype(std::string(format)) { }
771 void fail_dim_check(ssize_t dim, const std::string& msg) const {
813 throw index_error(std::string("index ") + std::to_string(i) +
950 static std::string format() {
956 static std::string forma
[all...]
/gem5/src/systemc/core/
H A Dsc_time.cc133 const std::string
448 std::string
/gem5/src/dev/net/
H A Dethertap.cc60 #include <string>
163 EtherTapBase::getPort(const std::string &if_name, PortID idx)
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.hh40 #include <string>
215 const std::string &disassemble() const;
/gem5/src/python/m5/util/
H A Dcode_formatter.py37 import string
167 data = string.join(self._data, '')
273 raise ValueError('Invalid format string: line %d, col %d' %
/gem5/src/arch/sparc/
H A Dua2005.cc71 static inline string
74 static string miscRegName[NumMiscRegs] =
/gem5/src/mem/cache/tags/
H A Dfa_lru.cc61 std::string
432 FALRU::CacheTracking::regStats(std::string name)
/gem5/src/cpu/testers/traffic_gen/
H A Dbase.cc94 BaseTrafficGen::getPort(const string &if_name, PortID idx)
452 const std::string& trace_file, Addr addr_offset)
/gem5/src/mem/cache/compressors/
H A Dbdi.cc64 std::string
471 "encoding " + std::string(ENCODING_NAMES[i]));
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h76 std::list<std::string> _values; // Used to track values (e.g. of value constructors)
238 void print_constr_details(T *inst, const std::string &action, Output &&...output) {
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h416 // explicit conversion to character string
418 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
419 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
856 // explicit conversion to character string
858 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
859 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
1111 // explicit conversion to character string
1114 const std::string
1123 const std::string
H A Dsc_uint_base.h400 // explicit conversion to character string
402 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
403 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
835 // explicit conversion to character string
837 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
838 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
1083 // explicit conversion to character string
1086 const std::string
1094 const std::string
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh363 // explicit conversion to character string
364 const std::string to_string(sc_numrep numrep=SC_DEC) const;
365 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
922 // explicit conversion to character string
923 const std::string to_string(sc_numrep numrep=SC_DEC) const;
924 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
1146 // explicit conversion to character string
1148 inline const std::string
1156 inline const std::string

Completed in 60 milliseconds

<<31323334353637383940>>