Searched refs:pair (Results 101 - 115 of 115) sorted by relevance

12345

/gem5/src/arch/arm/
H A Disa.hh668 std::pair<int,int> getMiscIndices(int misc_reg) const
/gem5/src/cpu/simple/
H A Datomic.cc776 ppCommit = new ProbePointArg<pair<SimpleThread*, const StaticInstPtr>>
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h41 #include <utility> // For ::std::pair.
259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
268 tuple& operator=(const ::std::pair<U0, U1>& p) {
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1416 static const char* Desc() { return "an equal pair"; }
1420 static const char* Desc() { return "an unequal pair"; }
1424 static const char* Desc() { return "a pair where the first < the second"; }
1428 static const char* Desc() { return "a pair where the first > the second"; }
1432 static const char* Desc() { return "a pair where the first <= the second"; }
1436 static const char* Desc() { return "a pair where the first >= the second"; }
1561 typedef ::std::pair<Head, typename MatcherListTail::ListType> ListType;
1563 // BuildList stores variadic type values in a nested pair structure.
1566 // the corresponding result of type pair<int, pair<strin
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h674 // Overload for std::pair.
676 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) {
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc490 typedef std::pair<DWORD, HANDLE> ThreadIdAndHandle;
H A Dgtest.cc1156 for (std::list<std::pair<char, const char*> >::const_iterator it =
1191 std::list<std::pair<char, const char*> > hunk_, hunk_adds_, hunk_removes_;
1791 // Determines if the arguments constitute UTF-16 surrogate pair
1799 // Creates a Unicode code point from UTF16 surrogate pair.
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h1565 std::array<std::pair<unsigned char *&, const size_t>, NVectorized> vecparams{{
1566 std::pair<unsigned char *&, const size_t>(
H A Dpytypes.h698 using value_type = std::pair<handle, handle>;
H A Dpybind11.h1639 inline std::pair<decltype(internals::registered_types_py)::iterator, bool> all_type_info_get_cache(PyTypeObject *type) {
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc1669 std::pair<AccessPatternTable::iterator, bool> ret;
H A Dcompute_unit.cc208 std::pair<uint32_t, uint32_t> regInfo = regIdxVec[i];
/gem5/src/cpu/o3/
H A Dcpu.cc388 ppDataAccessComplete = new ProbePointArg<std::pair<DynInstPtr, PacketPtr> >(getProbeManager(), "DataAccessComplete");
1776 // trying to exit. The boolean value in the pair denotes if a thread is
/gem5/src/dev/arm/
H A Dgic_v3_its.cc258 std::pair<uint32_t, Gicv3Redistributor *>
/gem5/src/mem/
H A Ddram_ctrl.cc1637 pair<vector<uint32_t>, bool>

Completed in 73 milliseconds

12345