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

123

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h208 rec->is_constructor = !strcmp(rec->name, "__init__") || !strcmp(rec->name, "__setstate__");
278 if (strcmp(rec->name, "__next__") == 0) {
281 } else if (strcmp(rec->name, "__bool__") == 0) {
H A Dcast.h1126 else if (convert || !strcmp("numpy.bool_", Py_TYPE(src.ptr())->tp_name)) {
/gem5/system/alpha/console/
H A Dconsole.c805 if (strcmp(deviceState[channel].name, BOOTDEVICE_NAME )) {
/gem5/ext/mcpat/
H A Dcore.cc78 if (strcmp(name, "Instruction Cache") == 0 ||
79 strcmp(name, "icache") == 0) {
822 if (strcmp(name, "Data Cache") == 0 ||
823 strcmp(name, "dcache") == 0) {
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc891 // Unlike strcmp(), this function can handle NULL argument(s). A NULL
899 return strcmp(lhs, rhs) == 0;
4483 return test_case != NULL && strcmp(test_case->name(), name_.c_str()) == 0;
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc5306 if (strcmp(test_name, test_info->name()) == 0)

Completed in 88 milliseconds

123