Searched refs:string (Results 1051 - 1075 of 1173) sorted by relevance

<<41424344454647

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_unsigned_subref.inc129 // explicit conversion to character string
131 const std::string
139 const std::string
401 std::string s;
/gem5/src/systemc/dt/int/
H A Dsc_signed_subref.inc129 // explicit conversion to character string
130 const std::string
138 const std::string
399 std::string s;
H A Dsc_unsigned_subref.inc129 // explicit conversion to character string
130 const std::string
138 const std::string
391 std::string s;
/gem5/src/cpu/minor/
H A Dfetch1.cc55 Fetch1::Fetch1(const std::string &name_,
398 Fetch1::minorTraceResponseLine(const std::string &name,
/gem5/src/arch/arm/
H A Dprocess.cc262 string filename;
296 //The string "v71" -- ARM v7 architecture
329 string platform = "v71";
338 // string.
/gem5/src/cpu/
H A Dsimple_thread.hh124 std::string name() const
150 void regStats(const std::string &name) override;
H A Dbase_dyn_inst.hh53 #include <string>
440 /** Dumps out contents of this BaseDynInst into given string. */
441 void dump(std::string &outstring);
/gem5/ext/pybind11/tests/
H A Dtest_numpy_array.cpp47 std::string name{};
276 // Issue 685: ndarray shouldn't go to std::string overload
277 sm.def("issue685", [](std::string) { return "string"; });
/gem5/ext/dsent/
H A DDSENT.cc305 map<string, double> &outputs)
/gem5/ext/libelf/
H A Dlibelf_ar.c32 #include <string.h>
52 * file names, names may be stored in a separate 'string table' and
53 * referenced indirectly by a member header. The string table itself
56 * decimal number that corresponds to a byte offset into the string
58 * the string table are padded to start on even addresses.
68 * If the symbol table and string table are is present in an archive
73 * Convert a string bounded by `start' and `start+sz' (exclusive) to a
110 * Retrieve a string from a name field. If `rawname' is set, leave
130 * return a zero-length string.
174 * the archive string tabl
[all...]
/gem5/ext/mcpat/
H A Darray.cc66 const InputParameter *configure_interface, string _name,
H A Dcachearray.cc67 const InputParameter *configure_interface, string _name,
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.h341 std::string dump_state() const;
/gem5/src/arch/x86/
H A Dremote_gdb.cc48 #include <string>
/gem5/src/base/
H A Dcprintf_formats.hh49 enum { none, string, integer, character, floating } format; enumerator in enum:cp::Format::__anon2
333 // string formats
/gem5/src/arch/riscv/
H A Dtlb.cc38 #include <string>
/gem5/src/dev/arm/
H A Dtimer_cpulocal.cc76 CpuLocalTimer::Timer::Timer(const std::string &timer_name,
/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc38 #include <string.h> // For strcmp.
/gem5/src/gpu-compute/
H A Ddispatcher.cc255 GpuDispatcher::getPort(const std::string &if_name, PortID idx)
/gem5/src/cpu/o3/
H A Dthread_context.hh171 void regStats(const std::string &name) override;
/gem5/src/dev/net/
H A Dsinic.cc35 #include <string>
146 Device::getPort(const std::string &if_name, PortID idx)
1307 std::string reg = csprintf("vnic%d", i);
1486 std::string reg = csprintf("vnic%d", i);
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.cc67 string description, Profiler *profiler)
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.cc55 SimpleCache::getPort(const std::string &if_name, PortID idx)
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h34 #include <string>
138 static std::string make_name( const char* prefix, size_type index );
605 std::string name = make_name( basename(), i );
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/test01/
H A Dtest01.cpp836 std::string s;
891 std::string s;
946 std::string s;

Completed in 56 milliseconds

<<41424344454647