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

1234567

/gem5/src/cpu/trace/
H A Dtrace_cpu.cc123 // Get the send tick of the first instruction read request
126 // Get the send tick of the first data read/write request
140 // send its first request at the first event and schedule subsequent
173 // If this is the first trace to complete, set the variable. If it
265 .desc("Number of first attempts to send a request")
270 .desc("Number of successful first attempts")
275 .desc("Number of failed first attempts")
327 DPRINTF(TraceCPUData, "Execute tick of the first dependency free node %lli"
405 // The convention is to set the dependencies starting with the first
699 checkAndIssue(const GraphNode* node_ptr, bool first) argument
[all...]
/gem5/src/gpu-compute/
H A Dcompute_unit.cc209 vrf[regInfo.first]->markReg(regInfo.second, sizeof(uint32_t),
692 PacketPtr pkt = retries.front().first;
727 PacketPtr pkt = retries.front().first;
1294 // port was stalling on is freed. So, remove the stall first
1378 // port was stalling on is freed. So, remove the stall first
1723 *page_stat_file << std::hex << iter.first << ",";
1724 *page_stat_file << std::dec << iter.second.first << ",";
H A Dtlb_coalescer.cc178 * Only the first packet from this coalesced request has been
232 // first packet of a coalesced request
302 // if this is the first request for this tick_index
427 coalescedReq_cnt, iter->first);
503 //erase the hash_map with the first iterator
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp263 tlm_endian_context *f = global_tlm_endian_context_pool.first;
366 // iterate over the initiator word byte by byte, MSB first
400 // iterate over the initiator word byte by byte, MSB first
/gem5/src/sim/
H A Dprocess.cc179 Addr paddr, vaddr = map.first;
279 // first thread context for this process... initialize & enable
444 // does not exist on the host filesystem. Return the first
/gem5/ext/pybind11/tests/
H A Dtest_sequences_and_iterators.cpp29 return !(*it).first || !(*it).second;
H A Dtest_pytypes.cpp53 py::print("key: {}, value={}"_s.format(item.first, item.second));
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinit.h294 construct<Class>(v_h, std::move(result.first), need_alias);
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc1098 param.first->Increment();
1138 *param.second = param.first->get();
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h96 "Remove the first item from the list whose value is x. "
489 }, "access the first element");
542 // value type is not copy assignable so the only way to insert it is to erase it first...
543 m.erase(r.first);
562 s << kv.first << ": " << kv.second;
H A Dnumpy.h150 // and assigns the alias to the first matching size, so we should check in this order.
1574 for (auto &x : vecparams) x.first += x.second;
/gem5/src/base/
H A Dcp_annotate.hh138 return hash<std::string>()(x.first);
H A Dstatistics.hh2967 data.cmap[(*it).first] = (*it).second;
3075 * the first entry in the VResult val() returns.
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc527 // Where in the source file an ON_CALL or EXPECT_CALL is first
538 // alive. A mock object is added to this registry the first time
575 << it->first << ".";
/gem5/src/arch/arm/
H A Dpmu.cc484 new RegularProbe(this, subEvents.first, subEvents.second));
H A Disa.cc434 int lower = map.first, upper = map.second;
759 int lower = map.first, upper = map.second;
2096 // We only need to create an ISA interface the first time we try
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc458 // first ':' or '\0' character in pattern marks the end of it.
1159 *os << it->first << it->second << "\n";
1211 // Find first edit.
1218 // Find the first line to include in the hunk.
1300 // The first four parameters are the expressions used in the assertion
1794 inline bool IsUtf16SurrogatePair(wchar_t first, wchar_t second) { argument
1796 (first & 0xFC00) == 0xD800 && (second & 0xFC00) == 0xDC00;
1800 inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, argument
1804 (((first & mask) << 10) | (second & mask)) + 0x10000 :
1807 static_cast<UInt32>(first);
[all...]
/gem5/src/arch/
H A Disa_parser.py72 # there's any whitespace at the beginning of the first line, and that
81 # first line of the block doesn't have any whitespace at the front.
84 # get rid of blank lines first
92 def __init__(self, first, second=None):
95 self.string = first
97 self.lineno = first
345 # first convert single-bit selectors to two-index form
1383 # findOperands()). If the code immediately following the first
1912 # The LHS of the first grammar rule is used as the start symbol
2001 # indicate template substitutions by doubling them first s
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
269 f0_ = p.first;
948 // first k fields of t1 equals the first k fields of t2.
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h426 // pointer. Casting to UInt64 first solves the problem.
455 // DefaultPrintTo() is overloaded. The type of its first two
678 // We cannot use UniversalPrint(value.first, os) here, as T1 may be
680 UniversalPrinter<T1>::Print(value.first, os);
724 // omit some details by printing only the first and the last
914 // TuplePrefixPrinter<N>::PrintPrefixTo(t, os) prints the first N
921 // Prints the first N fields of a tuple.
935 // Tersely prints the first N fields of a tuple to a string vector,
/gem5/src/base/stats/
H A Dtext.cc325 // If forceSubnames is set, get the first subname (or index in
760 namestr <<(*it).first;
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1309 EXPECT_EQ("whose first field is a value which is 5 less than 10",
1311 EXPECT_EQ("whose first field is a value which is 5 more than 10",
1368 EXPECT_EQ("has a first field that is equal to \"foo\""
1371 EXPECT_EQ("has a first field that isn't equal to \"foo\""
1376 EXPECT_EQ("has a first field that isn't equal to 13"
1382 // If neither field matches, Pair() should explain about the first
1385 EXPECT_EQ("whose first field does not match, which is 1 less than 0",
1388 // If the first field matches but the second doesn't, Pair() should
1393 // If the first field doesn't match but the second does, Pair()
1394 // should explain about the first fiel
4503 Streamlike(InIter first, InIter last) argument
[all...]
/gem5/src/cpu/o3/
H A Dcpu.cc855 // telling all the pipeline stages to drain first, and then
1586 // If the ROB was empty, then we actually need to remove the first
1821 ThreadID thread_id = it->first;
/gem5/src/dev/arm/
H A Dgic_v3_its.cc244 uint32_t intid = result.first;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc25 For example, sc_signed.cpp will first define CLASS_TYPE
2694 // first get the indices for that.
2842 // first get the indices for that.

Completed in 120 milliseconds

1234567