Searched refs:first (Results 126 - 150 of 175) sorted by relevance

1234567

/gem5/ext/dsent/model/optical/
H A DRingDetector.cc80 int number_wavelengths = det_wavelengths.second - det_wavelengths.first + 1;
H A DRingModulator.cc87 int number_wavelengths = mod_wavelengths.second - mod_wavelengths.first + 1;
/gem5/src/base/
H A Doutput.cc184 i->second->setDirectory(dir + PATH_SEPARATOR + i->first);
/gem5/src/mem/
H A Dmem_checker.hh339 * first outstanding read.
353 * efficient (find first outstanding read).
485 std::make_pair(addr, ByteTracker(addr, this))).first;
/gem5/src/cpu/kvm/
H A Dbase.cc1198 while (mmioRing->first != mmioRing->last) {
1200 mmioRing->coalesced_mmio[mmioRing->first]);
1208 mmioRing->first = (mmioRing->first + 1) % KVM_COALESCED_MMIO_MAX;
1365 // No need to do anything if we aren't attaching for the first
/gem5/src/gpu-compute/
H A Dfetch_unit.cc88 Wavefront *curWave = fetchStatusQueue[j].first;
H A Dlds_state.hh387 return returnQueue.empty() ? curTick() : returnQueue.back().first;
/gem5/src/mem/cache/prefetch/
H A Dstride.cc115 return &(insertion_result.first->second);
/gem5/src/arch/arm/
H A Dsemihosting.cc186 ret_errno.first, ret_errno.second);
187 return ret_errno.first;
221 ret_errno.first, ret_errno.second);
222 return ret_errno.first;
573 "Using first range heap/stack.");
/gem5/src/mem/ruby/system/
H A DDMASequencer.cc83 DMARequest& active_request = emplace_pair.first->second;
H A DRubySystem.cc184 eventq->schedule(event.first, event.second);
456 // the first copy found. If we have more than one cache with block
457 // in writable permission, the first one found would be returned.
H A DGPUCoalescer.cc345 RequestTable::iterator i = r.first;
361 RequestTable::iterator i = r.first;
687 // If this is the first request to a cacheline, request is added to both
839 // This is the first access to this cache line.
965 out << " " << i->first << "=" << i->second;
1006 // first request for each cacheline, the remaining requests
1007 // can be coalesced with the first request. So, only
/gem5/src/arch/alpha/
H A Dtlb.cc186 while (i->first == vpn) {
327 while (i != lookupTable.end() && i->first == vaddr.vpn()) {
/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h452 ACTION_P2(ReturnEqualsEitherOf, first, second) {
453 return arg0 == first || arg0 == second;
/gem5/ext/pybind11/include/pybind11/
H A Dstl.h113 if (!kconv.load(it.first.ptr(), convert) ||
131 auto key = reinterpret_steal<object>(key_conv::cast(forward_like<T>(kv.first), policy_key, parent));
351 // Do a first pass without conversions to improve constructor resolution.
354 // because it appears first and a conversion is possible.
/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h206 if (c.first == tinfo->cpptype) {
225 for (auto it = range.first; it != range.second; ++it) {
248 /// holding C++ objects and holders. Allocation is done lazily (the first time the instance is cast
252 // PyPy gets tp_basicsize wrong (issue 2482) under multiple inheritance when the first inherited
305 // from the unordered_map first.
H A Dinternals.h85 size_t value = std::hash<const void *>()(v.first);
/gem5/ext/dsent/tech/
H A DTechModel.cc66 const String& key = it.first;
263 //Calculate the leakage current of the bottom transistor (first not in triode region)
/gem5/src/dev/arm/
H A Dgpu_nomali.cc377 writeRegRaw(reg.first, reg.second);
/gem5/src/cpu/o3/
H A Dcommit_impl.hh824 // Check for any possible squashes, handle them first
1525 bool first = true; local
1542 if (first) {
1544 first = false;
1552 if (!first) {
/gem5/src/systemc/core/
H A Dscheduler.cc132 eq->schedule(ets.first, ets.second);
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.cc54 AddressMap::iterator i = r.first;
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh121 * At the start of an execution event, first we attempt to issue such pending
257 * the first attempt.
307 * first attempt.
444 * Called from TraceCPU init(). Reads the first message from the
447 * @return Tick when first packet must be sent
696 * nodes. When a node becomes dependency free, first check if resources
775 * the less than criterion, the first element is the in-flight node
877 * Called from TraceCPU init(). Reads the first message from the
880 * @return Tick when first packet must be sent
978 * @param first tru
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_builtin_casters.cpp85 return std::make_pair(input.second, input.first);
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc290 // are the first to test it and need to perform the initialization.
408 std::make_pair(current_thread, ThreadLocalValues())).first;
421 .first;
525 OnThreadExit(tah->first);
754 // We know that the atom matches each of the first i characters in str.
780 // Is the first thing in regex an escape sequence?
792 // repetition. We match the first atom of regex with the first

Completed in 65 milliseconds

1234567