Searched refs:list (Results 176 - 200 of 238) sorted by relevance

12345678910

/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
43 #include <list>
196 using ::std::list;
882 const list<string> strings(a, a + 2);
953 const list<int> l1(a1, a1 + 2);
954 const list<int> l2(a2, a2 + 3);
956 vector<list<int> > v;
/gem5/util/stats/
H A Dstats.py9 # notice, this list of conditions and the following disclaimer;
11 # notice, this list of conditions and the following disclaimer in the
54 def getopts(list, flags):
57 opts, args = getopt.getopt(list, flags)
H A Ddb.py7 # notice, this list of conditions and the following disclaimer;
9 # notice, this list of conditions and the following disclaimer in the
328 if type(stats) is not list:
358 if isinstance(stat, list):
/gem5/src/mem/
H A Dabstract_mem.cc20 * notice, this list of conditions and the following disclaimer;
22 * notice, this list of conditions and the following disclaimer in the
207 // Add load-locked to tracking list. Should only be called if the
218 list<LockedAddr>::iterator i;
252 // Iterate over list. Note that there could be multiple matching records,
257 list<LockedAddr>::iterator i = lockedAddrList.begin();
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc17 * notice, this list of conditions and the following disclaimer;
19 * notice, this list of conditions and the following disclaimer in the
306 QueuedPrefetcher::alreadyInQueue(std::list<DeferredPacket> &queue,
450 QueuedPrefetcher::addToQueue(std::list<DeferredPacket> &queue,
/gem5/ext/pybind11/tools/
H A Dmkdoc.py3 # Syntax: mkdoc.py [-I<path> ..] [.. a list of header files ..]
326 for name, _, comment in list(sorted(comments, key=lambda x: (x[0], x[1]))):
344 args = list(args)
378 print('Syntax: %s [.. a list of header files ..]' % sys.argv[0])
/gem5/src/sim/
H A Dserialize.cc22 * notice, this list of conditions and the following disclaimer;
24 * notice, this list of conditions and the following disclaimer in the
56 #include <list>
H A Dsystem.hh21 * notice, this list of conditions and the following disclaimer;
23 * notice, this list of conditions and the following disclaimer in the
320 /** This array is a per-system list of all devices capable of issuing a
630 std::list<BasicSignal> signalList;
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py179 missing_class_name_list = list(desired_class_names - processed_class_names)
/gem5/configs/dram/
H A Dlat_mem_rd.py16 # notice, this list of conditions and the following disclaimer;
18 # notice, this list of conditions and the following disclaimer in the
191 # create a list of every single address to touch
192 addrs = list(range(0, max_addr, burst_size))
/gem5/src/dev/net/
H A Dsinic.hh8 * notice, this list of conditions and the following disclaimer;
10 * notice, this list of conditions and the following disclaimer in the
155 typedef std::list<unsigned> VirtualList;
/gem5/src/python/m5/
H A Dproxy.py19 # notice, this list of conditions and the following disclaimer;
21 # notice, this list of conditions and the following disclaimer in the
246 elif isinstance(obj, (list, tuple)):
H A Dsimulate.py20 # notice, this list of conditions and the following disclaimer;
22 # notice, this list of conditions and the following disclaimer in the
259 if not isinstance(cpuList, list):
260 raise RuntimeError("Must pass a list to this function")
276 "New CPU (%s) is in the list of old CPUs." % (old_cpu,))
/gem5/tests/testing/
H A Dunits.py18 # notice, this list of conditions and the following disclaimer;
20 # notice, this list of conditions and the following disclaimer in the
256 diff = list(diff)
/gem5/util/
H A Dfind_copyrights.py176 dates = list(dates)
/gem5/src/cpu/checker/
H A Dcpu.cc20 * notice, this list of conditions and the following disclaimer;
22 * notice, this list of conditions and the following disclaimer in the
46 #include <list>
H A Dcpu_impl.hh21 * notice, this list of conditions and the following disclaimer;
23 * notice, this list of conditions and the following disclaimer in the
48 #include <list>
101 typename std::list<DynInstPtr>::iterator itr;
143 // Either check this instruction, or add it to a list of
150 DPRINTF(Checker, "Adding instruction [sn:%lli] PC:%s to list\n",
165 DPRINTF(Checker, "Adding instruction [sn:%lli] PC:%s to list\n",
697 cprintf("Inst list size: %i\n", instList.size());
/gem5/src/systemc/core/
H A Dscheduler.hh7 * notice, this list of conditions and the following disclaimer;
9 * notice, this list of conditions and the following disclaimer in the
43 #include "systemc/core/list.hh"
93 * through the list of runnable processes and executes them until the set is
151 typedef std::list<ScEvent *> ScEvents;
182 // Put a process on the ready list.
185 // Mark a process as ready if init is finished, or put it on the list of
189 // Remove a process from the ready/init list if it was on one of them, and
202 // This function may put a process on the wrong list, ie a thread
203 // the method list
[all...]
/gem5/ext/testlib/
H A Dmain.py7 # notice, this list of conditions and the following disclaimer;
9 # notice, this list of conditions and the following disclaimer in the
128 filters = list(itertools.chain(tags, final_tags))
/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh21 * notice, this list of conditions and the following disclaimer;
23 * notice, this list of conditions and the following disclaimer in the
61 using std::list;
437 InstructionQueue<Impl>::setActiveThreads(list<ThreadID> *at_ptr)
507 list<ThreadID>::iterator threads = activeThreads->begin();
508 list<ThreadID>::iterator end = activeThreads->end();
728 // Get iterator of next item on the list
730 // Determine if the next item is either the end of the list or younger
772 // lists. Checking the top item of each list to see if it's squashed
793 // Have iterator to head of the list
[all...]
/gem5/src/python/m5/stats/
H A D__init__.py20 # notice, this list of conditions and the following disclaimer;
22 # notice, this list of conditions and the following disclaimer in the
77 schemes: A list of URL schemes to use for this function.
103 # parse_qs returns a list of values for each parameter. Only
196 The available formats are listed in the factories list. Factories
300 stats_list = list(_m5.stats.statsList())
/gem5/ext/pybind11/tests/
H A Dtest_callbacks.cpp153 m.def("test_async_callback", [](callback_f f, py::list work) {
/gem5/ext/ply/ply/
H A Dyacc.py13 # this list of conditions and the following disclaimer.
15 # this list of conditions and the following disclaimer in the documentation
287 prod = self.productions # Local reference to production list (to avoid lookup on self.)
602 prod = self.productions # Local reference to production list (to avoid lookup on self.)
874 prod = self.productions # Local reference to production list (to avoid lookup on self.)
1139 # prod - A list of symbols on the right side ['expr','PLUS','term']
1168 # Create a list of unique production symbols used in the production
1204 # Precompute the list of productions immediately following. Hack. Remove later
1257 # prod - A list of symbols on the right side ['expr','.', 'PLUS','term']
1262 # lr_index - LR item index (location of the ".") in the prod list
[all...]
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.cc17 * notice, this list of conditions and the following disclaimer;
19 * notice, this list of conditions and the following disclaimer in the
1111 std::list<SMMUTranslationProcess *>::iterator it;
1134 std::list<SMMUTranslationProcess *> &depReqs =
1147 std::list<SMMUTranslationProcess *> &depReqs =
1150 std::list<SMMUTranslationProcess *>::iterator it;
1186 std::list<SMMUTranslationProcess *> &depReqs =
1189 std::list<SMMUTranslationProcess *>::iterator it;
/gem5/src/base/
H A Dcp_annotate.hh20 * notice, this list of conditions and the following disclaimer;
22 * notice, this list of conditions and the following disclaimer in the
46 #include <list>
263 typedef std::list<AnnDataPtr> AnnotateList;

Completed in 49 milliseconds

12345678910