Searched refs:find (Results 176 - 198 of 198) sorted by relevance

12345678

/gem5/src/cpu/o3/
H A Dcpu.cc636 std::find(activeThreads.begin(), activeThreads.end(), tid);
655 std::find(activeThreads.begin(), activeThreads.end(), tid);
H A Dcommit_impl.hh461 list<ThreadID>::iterator thread_it = std::find(priority_list.begin(),
H A Dfetch_impl.hh550 auto thread_it = std::find(priorityList.begin(), priorityList.end(), tid);
/gem5/src/dev/arm/
H A Dgic_v3_its.cc332 const auto entry = cmdDispatcher.find(cmd);
377 const auto entry = cmdDispatcher.find(command.type);
/gem5/src/arch/sparc/
H A Dtlb.cc214 // Try to find the entry
215 i = lookupTable.find(tr);
274 i = lookupTable.find(tr);
720 DPRINTF(TLB, "TLB: DTB Failed to find matching TLB entry\n");
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc927 const ::std::string::size_type colon = str.find(delimiter, pos);
1091 IdMap::iterator it = ids_.find(str);
1575 return haystack.find(needle) != StringType::npos;
2143 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
3615 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) !=
4247 // TODO(vladl@google.com): find a way to suppress the abort dialog() in the
4418 const size_t pos = target.find(':');
4506 // Can we find a TestCase with the given name?
5219 "@G" GTEST_PROJECT_URL_ "@D. If you find a bug in " GTEST_NAME_ "\n"
H A Dgtest-death-test.cc507 const size_t line_end = output.find('\n', at);
/gem5/src/arch/hsail/insts/
H A Ddecl.hh1174 if (func_name.find("__gem5_hsail_op") != std::string::npos) {
1235 fatal("call::exec cannot find function: %s\n", func_name);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h574 RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name);
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py204 # We failed to find str in lines
718 loc = line.find('//')
H A Dupload.py704 if file_id_str.find("nobase") != -1:
787 ErrorExit("Can't find URL in output from svn info")
/gem5/src/arch/arm/kvm/
H A Darm_cpu.cc443 return invariant_regs.find(id) != invariant_regs.end();
/gem5/src/mem/cache/
H A Dcache.cc277 const bool forwardAsSnoop = outstandingSnoop.find(pkt->req) ==
/gem5/src/cpu/simple/
H A Dtiming.cc223 if (std::find(activeThreads.begin(), activeThreads.end(), thread_num)
/gem5/src/mem/
H A Ddram_ctrl.cc442 if (isInWriteQueue.find(burst_addr) != isInWriteQueue.end()) {
536 bool merged = isInWriteQueue.find(burstAlign(addr)) !=
869 // if we did not find a packet to a closed row that can
871 // did not yet find a packet to a prepped row, remember
1237 // keep on looking until we find a hit or reach the end of the queue
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py704 if file_id_str.find("nobase") != -1:
787 ErrorExit("Can't find URL in output from svn info")
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc543 if (str.find(prefix, 0) == 0)
H A Dgtest_unittest.cc1638 if (added_env.find(name) != added_env.end()) {
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc1237 // Tell KVM to find a suitable place to deliver interrupts. This
1545 if (X86ISA::msrMap.find(*it) != X86ISA::msrMap.end()) {
/gem5/src/cpu/minor/
H A Dlsq.cc729 auto found = std::find(slots.begin(), slots.end(), request);
771 * and try to find a slot whose address range overlaps this request */
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1111 const size_t i1 = s1.find(nul), i2 = s2.find(nul);
1210 return s2.find(substring_) != StringType::npos;
3176 // the end of either the elements or the matchers, or until we find a
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h88 auto it = registered_dtypes.find(std::type_index(tinfo));
/gem5/src/sim/
H A Dsyscall_emul.hh675 /// only to find out if their stdout is a tty, to determine whether to
1556 } while (pids.find(temp_pid) != pids.end());

Completed in 176 milliseconds

12345678