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

<<41424344454647

/gem5/src/cpu/kvm/
H A Dbase.cc919 std::string
/gem5/src/cpu/o3/
H A Drename_impl.hh94 std::string
H A Dlsq_unit_impl.hh194 std::string
H A Dinst_queue_impl.hh172 std::string
H A Dfetch_impl.hh153 std::string
H A Diew_impl.hh118 std::string
/gem5/src/dev/arm/
H A Dsmmu_v3.cc818 SMMUv3::getPort(const std::string &name, PortID id)
H A Dufs_device.cc781 std::string UFSHost_name = name() + ".UFSDiskHost";
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc101 // Enumeration of number representations for character string conversion.
104 const std::string
192 // Get base b and sign s of the number in the char string v. Return a
194 // determined or where the end of v is reached. The input string v has
246 // This function parses the supplied string into the supplied vector as a
248 // src_p -> character string representing the bits to be parsed.
270 "character string is zero");
275 "character string is empty");
324 msg << "character string '" << src_p <<
355 msg << "character string '" << src_
[all...]
H A Dsc_signed.cc445 "character string is zero");
448 "character string is empty");
455 msg << "character string '" << a << "' is not valid";
575 // explicit conversion to character string
576 const std::string
584 const std::string
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.cpp90 #include <string.h>
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc135 GpuTLB::getPort(const std::string &if_name, PortID idx)
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_lv_base.h95 void assign_from_string( const std::string& );
H A Dsc_bit_proxies.h2892 std::string s;
3437 std::string s;
/gem5/src/systemc/ext/dt/bit/
H A Dsc_lv_base.hh89 void assign_from_string(const std::string &);
H A Dsc_bit_proxies.hh2559 std::string s;
3046 std::string s;
/gem5/src/arch/arm/
H A Dtlb.cc48 #include <string>
H A Dtable_walker.cc118 TableWalker::getPort(const std::string &if_name, PortID idx)
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc309 std::string s;
H A Dsc_signed.cpp479 "character string is zero" );
483 "character string is empty" );
491 std::sprintf( msg, "character string '%s' is not valid", a );
614 // explicit conversion to character string
616 const std::string
624 const std::string
/gem5/ext/mcpat/
H A Dcore.cc38 #include <string>
517 string tmp_name;
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h273 // each with C-string values of "foo", "bar", and "baz":
281 // ::std::vector< ::std::string> GetParameterStrings() {
282 // ::std::vector< ::std::string> v;
1412 // type testing::TestParamInfo<class ParamType>, and return std::string.
1416 // for std::string or C strings.
1424 ::std::string gtest_##prefix##test_case_name##_EvalGenerateName_( \
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h64 std::string GetTypeName() {
76 const std::string name_str(status == 0 ? readable_name : name);

Completed in 163 milliseconds

<<41424344454647