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

123456789

/gem5/src/dev/net/
H A Di8254xGBe.cc2083 unsigned int count(0);
2086 count++;
2096 if (count) {
/gem5/src/gpu-compute/
H A Dcompute_unit.cc398 // count the number of free WF slots
401 // count the WFs to be assigned per SIMD
1631 .desc("dynamic global memory instructions count")
1636 .desc("dynamic local memory intruction count")
1684 threadCyclesVALU += gpuDynInst->wavefront()->execMask().count();
1706 if (!pagesTouched.count(virt_page_addr))
H A Dgpu_tlb.cc1099 if (translationReturnEvent.count(virt_page_addr)) {
/gem5/src/cpu/kvm/
H A Dbase.cc648 // Setup any pending instruction count breakpoints using
773 DPRINTF(KvmRun, "KVM: Adjusting tick count (%i -> %i)\n",
1070 panic("KVM: Unhandled guest IO (dir: %i, size: %i, port: 0x%x, count: %i)\n",
1072 _kvmRun->io.port, _kvmRun->io.count);
/gem5/configs/common/
H A DFSConfig.py322 if (os.path.split(mdesc.disk())[-1]).lower().count('android'):
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc602 // Increments the test part result count and remembers the result.
791 // count against the number of frames to be included.
1240 // Reset count when a non match is found.
2809 static std::string FormatCountableNoun(int count, argument
2812 return internal::StreamableToString(count) + " " +
2813 (count == 1 ? singular_form : plural_form);
2816 // Formats the count of tests.
2821 // Formats the count of test cases.
4616 // Repeats forever if the repeat count is negative.
4968 // count agains
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc5040 int count() const { return count_; } function in class:__anon67::TestLifeCycleTest
5052 ASSERT_EQ(1, count());
5060 ASSERT_EQ(1, count());

Completed in 72 milliseconds

123456789