Searched refs:count (Results 76 - 100 of 207) sorted by relevance

123456789

/gem5/ext/ply/test/
H A Dlex_opt_alias.py43 t.lexer.lineno += t.value.count("\n")
H A Dlex_optimize.py39 t.lineno += t.value.count("\n")
H A Dlex_optimize2.py39 t.lineno += t.value.count("\n")
H A Dlex_optimize3.py41 t.lineno += t.value.count("\n")
/gem5/src/cpu/simple/probes/
H A Dsimpoint.hh96 /** Inst count in current basic block */
98 /** Excess inst count from previous interval*/
109 /** Accumulated dynamic inst count executed by BB */
110 uint64_t count; member in struct:SimPoint::BBInfo
117 /** inst count in current basic block */
/gem5/src/mem/cache/replacement_policies/
H A Dtree_plru_rp.hh116 uint64_t count; member in class:TreePLRURP
/gem5/ext/googletest/googletest/scripts/
H A Dcommon.py63 root = os.path.realpath(rel_path.count('/') * '../')
/gem5/src/sim/
H A Dfutex_map.hh142 /** Wakes up at most count waiting threads on a futex */
144 wakeup(Addr addr, uint64_t tgid, int count) argument
155 while (!waiterList.empty() && woken_up < count) {
236 requeue(Addr addr1, uint64_t tgid, int count, int count2, Addr addr2) argument
247 while (!waiterList1.empty() && woken_up < count) {
/gem5/src/cpu/pred/
H A D2bit_local.hh104 * @param count The value of the counter.
107 inline bool getPrediction(uint8_t &count);
/gem5/src/mem/
H A Dstack_dist_calc.cc55 // Initialize tree count for leaves
64 // Initialize tree count for root
404 // Update infinity bin count
491 // Update infinity bin count
568 int count = 0; local
573 for (auto it = tree[0].rbegin(); (count < n) && (it != tree[0].rend());
574 ++it, ++count) {
582 count, ai->first);
592 count = 0;
593 for (auto a = stack.rbegin(); (count <
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-typed-test.cc73 if (tests.count(name) != 0) {
99 if (tests.count(it->first) == 0) {
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.cc256 int num_indirections = indirection_set.count();
273 int num_indirections = indirection_set.count();
320 AddressProfiler::profileRetry(Addr data_addr, AccessType type, int count) argument
322 m_retryProfileHisto.add(count);
324 m_retryProfileHistoRead.add(count);
326 m_retryProfileHistoWrite.add(count);
328 if (count > 1) {
329 lookupTraceForAddress(data_addr, m_retryProfileMap).addSample(count);
/gem5/src/base/
H A Dcp_annotate.cc351 if (userApp.count(app))
432 int32_t count = args[2]; local
443 if (count == 0) {
449 q, id, qSize[qi-1], qData[qi-1].size(), qBytes[qi-1], count);
450 doQ(sys, FL_NONE, tc->contextId(), smi, q, qi, count);
463 int32_t count = args[2]; local
476 q, id, qSize[qi-1], qData[qi-1].size(), qBytes[qi-1], count);
477 assert(count != 0);
479 doDq(sys, FL_NONE, tc->contextId(), smi, q, qi, count);
493 int32_t count local
528 int32_t count = args[2]; local
559 int32_t count = args[3]; local
587 int32_t count = args[3]; local
980 doQ(System *sys, int flags, int cpuid, int sm, string q, int qi, int count) argument
1001 doDq(System *sys, int flags, int cpuid, int sm, string q, int qi, int count) argument
1303 int count; local
[all...]
/gem5/ext/libelf/
H A Delf_data.c41 size_t fsz, msz, count; local
99 count = sh_size / fsz;
105 if ((dst = malloc(msz*count)) == NULL) {
116 d->d_size = msz * count;
124 (*xlate)(d->d_buf, e->e_rawfile + sh_offset, count, e->e_byteorder !=
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp89 , count(0)
102 sc_assert( count == 4 );
256 int count; member in struct:Top
260 switch (count)
299 ++count;
/gem5/ext/googletest/googletest/test/
H A Dgtest_shuffle_test.py204 self.assertEqual(1, SHUFFLED_ALL_TESTS.count(test),
207 self.assertEqual(1, SHUFFLED_ACTIVE_TESTS.count(test),
210 self.assertEqual(1, SHUFFLED_FILTERED_TESTS.count(test),
213 self.assertEqual(1, SHUFFLED_SHARDED_TESTS.count(test),
251 self.assertEqual(1, test_cases.count(test_case),
/gem5/src/dev/
H A Ddma_device.hh233 * complete until count is 0, which ensures that all outstanding
238 return count ? DrainState::Draining : DrainState::Drained;
242 int count; member in class:DmaCallback
245 : count(0)
263 if (--count == 0) {
280 ++count;
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.cc148 while (sem.count == 0) {
153 sem.count--;
160 sem.count++;
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh175 int count = 0; local
177 cprintf("%i: [sn:%lli] not destroyed\n", count, (*sn_it));
178 count++;
H A Dprofile.hh52 Counter count; member in class:ProfileNode
/gem5/src/mem/ruby/common/
H A DSet.hh121 * This function returns the population count of 1's in the set
123 int count() const { return bits.count(); } function in class:Set
185 return (bits.count() == m_nSize);
/gem5/util/stats/
H A Dbarchart.py48 def gen_colors(self, count):
50 if count == 1:
53 if count < 5:
54 return cmap(arange(5) / float(4))[:count]
56 return cmap(arange(count) / float(count - 1))
/gem5/ext/ply/example/ansic/
H A Dclex.py59 t.lexer.lineno += t.value.count("\n")
146 t.lexer.lineno += t.value.count('\n')
/gem5/src/dev/storage/
H A Ddisk_image.hh145 void SafeRead(std::ifstream &stream, void *data, int count);
153 void SafeWrite(std::ofstream &stream, const void *data, int count);
/gem5/ext/ply/example/calc/
H A Dcalc.py33 t.lexer.lineno += t.value.count("\n")

Completed in 29 milliseconds

123456789