Searched refs:strcmp (Results 26 - 50 of 56) sorted by relevance

123

/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp156 sc_assert(strcmp(rpt.get_msg_type(), "type") == 0);
157 sc_assert(strcmp(rpt.get_msg(), "msg") == 0);
159 sc_assert(strcmp(rpt.get_process_name(), "top.m.R") == 0);
/gem5/src/base/loader/
H A Delf_object.cc175 !strcmp(".note.ABI-tag", e_str)) {
201 if (!strcmp(".SUNW_version", e_str) ||
202 !strcmp(".stab.index", e_str))
317 if (!strcmp(".text", sec_name)) {
319 } else if (!strcmp(".data", sec_name)) {
321 } else if (!strcmp(".bss", sec_name)) {
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp290 return strcmp( rep->str, s );
296 return strcmp( rep->str, s.rep->str );
324 return strcmp( rep->str, s ) op 0; \
328 return strcmp( rep->str, s.rep->str ) op 0; \
H A Dsc_report.cpp220 if( strcmp( msg, md->msg_type ) != 0 ) {
H A Dsc_report_handler.cpp206 if ( !strcmp(msg_type_, item->md[i].msg_type) )
357 if ( (deprecation_warn!=0) && !strcmp(deprecation_warn,"DISABLE") )
H A Dsc_hash.cpp628 return strcmp( (const char*) a, (const char*) b );
/gem5/ext/googletest/googletest/test/
H A Dgtest_xml_output_unittest_.cc175 if (argc > 1 && strcmp(argv[1], "--shut_down_xml") == 0) {
H A Dgtest-unittest-api_test.cc38 #include <string.h> // For strcmp.
49 return strcmp(a->name(), b->name()) < 0;
77 if (0 == strcmp(test_case->name(), name))
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext_int.h51 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
H A Dsc_method_process.h64 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
H A Dsc_runnable_int.h52 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
H A Dsc_method_process.cpp46 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
H A Dsc_thread_process.h53 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
H A Dsc_thread_process.cpp49 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
H A Dsc_simcontext.cpp75 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
381 m_write_check = ( (write_check==0) || strcmp(write_check,"DISABLE") ) ?
/gem5/src/systemc/core/
H A Devent.cc228 if (!strcmp((*it)->name(), name.c_str()))
H A Dsc_time.cc83 if (strcmp(unit, sc_gem5::TimeUnitNames[tu]) == 0 ||
84 strcmp(unit, sc_gem5::TimeUnitConstantNames[tu]) == 0) {
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h60 return lhs.name() == rhs.name() || std::strcmp(lhs.name(), rhs.name()) == 0;
75 return lhs.name() == rhs.name() || std::strcmp(lhs.name(), rhs.name()) == 0;
/gem5/src/sim/
H A Dpseudo_inst.cc421 if (strcmp(key_str, InitParamKey::DEFAULT) == 0) {
423 } else if (strcmp(key_str, InitParamKey::DIST_RANK) == 0) {
425 } else if (strcmp(key_str, InitParamKey::DIST_SIZE) == 0) {
/gem5/tests/test-progs/gpu-hello/src/
H A Dgpu-hello.cpp128 if (!strcmp(pbuff, "Advanced Micro Devices, Inc.")) {
/gem5/util/m5/
H A Dm5.c393 if (strcmp(command, mainfuncs[i].name) != 0)
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp275 sc_assert( strcmp(next->name(), buf) == 0 );
/gem5/ext/systemc/src/
H A Dsystemc.h181 using std::strcmp;
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp306 return n > 0 && cl >= 0 && un >= 0 && strcmp(teststr, in) == 0;
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc1198 default_value : strcmp(string_value, "0") != 0;
1249 if (strcmp(flag, "output") == 0) {

Completed in 56 milliseconds

123