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

1234567891011>>

/gem5/ext/nomali/lib/
H A Dgpucontrol.hh23 #include <vector>
150 * @note The order of this vector <i>MUST</i> correspond to the
154 static const std::vector<cmd_t> cmds;
H A Djobslot.hh23 #include <vector>
199 * @note The order of this vector <i>MUST</i> correspond to the
203 static const std::vector<cmd_t> cmds;
H A Daddrspace.hh23 #include <vector>
105 * @note The order of this vector <i>MUST</i> correspond to the
109 static const std::vector<cmd_t> cmds;
/gem5/src/base/
H A Dpollevent.hh36 #include <vector>
70 typedef std::vector<PollEvent *> eventvec_t;
/gem5/src/cpu/testers/rubytest/
H A DCheckTable.hh35 #include <vector>
65 std::vector<Check*> m_check_vector;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_main_main.cpp37 #include <vector>
73 std::vector<char*> argv_call;
H A Dsc_attribute.h34 #include <vector>
83 typedef std::vector<elem_type>::iterator iterator;
84 typedef std::vector<elem_type>::const_iterator const_iterator;
127 std::vector<sc_attr_base*> m_cltn;
/gem5/src/cpu/o3/
H A Dscoreboard.hh39 #include <vector>
61 std::vector<bool> regScoreBoard;
/gem5/src/mem/ruby/network/garnet2.0/
H A DflitBuffer.hh39 #include <vector>
82 std::vector<flit *> m_buffer;
H A DRoutingUnit.hh79 std::vector<NetDest> m_routing_table;
80 std::vector<int> m_weight_table;
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.hh114 std::vector<std::vector<double> > transitionMatrix;
/gem5/src/dev/ps2/
H A Dtouchkit.hh69 bool recv(const std::vector<uint8_t> &data) override;
75 bool recvTouchKit(const std::vector<uint8_t> &data);
/gem5/src/mem/cache/replacement_policies/
H A Dtree_plru_rp.hh76 #include <vector>
104 typedef std::vector<bool> PLRUTree;
/gem5/tests/test-progs/pthread/src/
H A Dtest_pthread_cond.cpp43 #include <vector>
87 std::vector< pthread_t > threads( MAX_N_WORKER_THREADS );
H A Dtest_std_condition_variable.cpp42 #include <vector>
77 std::vector< std::thread > threads;
/gem5/ext/drampower/src/libdrampower/
H A DLibDRAMPower.h46 #include <vector>
72 std::vector<Data::MemCommand> cmdList;
/gem5/src/cpu/pred/
H A D2bit_local.hh47 #include <vector>
122 std::vector<SatCounter> localCtrs;
/gem5/src/mem/cache/prefetch/
H A Dirregular_stream_buffer.hh83 std::vector<AddressMapping> mappings;
129 std::vector<AddrPriority> &addresses) override;
/gem5/src/mem/cache/tags/
H A Dsector_blk.hh39 #include <vector>
171 std::vector<SectorSubBlk*> blks;
/gem5/src/dev/arm/
H A Dgic_v3_redistributor.hh155 std::vector <uint8_t> irqGroup;
156 std::vector <bool> irqEnabled;
157 std::vector <bool> irqPending;
158 std::vector <bool> irqActive;
159 std::vector <uint8_t> irqPriority;
160 std::vector <Gicv3::IntTriggerType> irqConfig;
161 std::vector <uint8_t> irqGrpmod;
162 std::vector <uint8_t> irqNsacr;
H A Drealview.cc51 #include <vector>
/gem5/ext/dsent/model/timing_graph/
H A DElectricalTimingNode.cc35 m_upstream_nodes_ = new vector<ElectricalTimingNode*>();
36 m_downstream_nodes_ = new vector<ElectricalTimingNode*>();
72 vector<ElectricalTimingNode*>* ElectricalTimingNode::getUpstreamNodes() const
77 vector<ElectricalTimingNode*>* ElectricalTimingNode::getDownstreamNodes() const
/gem5/src/arch/mips/
H A Dsystem.hh38 #include <vector>
/gem5/src/mem/
H A Dstack_dist_calc.hh46 #include <vector>
58 * (unique or non-unique). The tree is implemented as an STL vector
166 * on the top of an STL vector stack, and SD is returned as
168 * entry in the STL vector is removed, all the entities above it are
183 typedef std::vector<IndexNodeMap> TreeType;
294 * in a naive way. It uses simple STL vector to represent the stack.
407 std::vector<uint64_t> nextIndex;
410 std::vector<uint64_t> stack;
/gem5/src/dev/sparc/
H A Ddtod.hh39 #include <vector>

Completed in 24 milliseconds

1234567891011>>