Searched defs:count (Results 51 - 75 of 108) sorted by relevance

12345

/gem5/src/dev/
H A Dintel_8254_timer.cc153 uint16_t count = currentCount(); local
H A Ddma_device.hh242 int count; member in class:DmaCallback
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp256 int count; member in struct:Top
/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc82 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, argument
85 *os << count << "-byte object <"; local
114 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, argument
63 PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, size_t count, ostream* os) argument
[all...]
/gem5/src/base/
H A Drefcnt.hh66 mutable int count; member in class:RefCounted
[all...]
/gem5/src/sim/
H A Dfutex_map.hh144 wakeup(Addr addr, uint64_t tgid, int count) argument
236 requeue(Addr addr1, uint64_t tgid, int count, int count2, Addr addr2) argument
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.hh85 unsigned count; member in struct:SMMUSemaphore
/gem5/src/mem/ruby/common/
H A DSet.hh123 int count() const { return bits.count(); } function in class:Set
/gem5/src/mem/
H A Dstack_dist_calc.cc568 int count = 0; local
[all...]
/gem5/src/dev/storage/
H A Ddisk_image.cc222 SafeRead(ifstream &stream, void *data, int count) argument
305 SafeWrite(ofstream &stream, const void *data, int count) argument
/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp64 int count; member in struct:Top
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp70 int count; member in struct:Top
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl/
H A Dproc_ctrl.cpp70 int count; local
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_immed/
H A Dproc_ctrl_immed.cpp86 int count, reset_count; member in struct:Top
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_priority/
H A Dproc_ctrl_priority.cpp61 int count; member in struct:Top
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp72 int count; member in struct:Top
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp74 int count; member in struct:Top
[all...]
/gem5/src/systemc/tests/systemc/misc/stars/star110089/
H A Dstar110089.cpp123 sc_in<int> count; local
223 copy_from_user(pchar_t src, pchar_t dest, unsigned long count) argument
272 lp_write_buf_f(unsigned int minor, pchar_t buf, int count) argument
[all...]
/gem5/src/systemc/utils/
H A Dvcd.cc683 uint64_t count = 0; local
/gem5/ext/googletest/googlemock/test/
H A Dgmock_stress_test.cc176 int* count; member in struct:testing::__anon26::Helper1Param
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h375 size_t count = 0; local
548 void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) { argument
/gem5/src/arch/arm/insts/
H A Dstatic_inst.hh327 const unsigned count = sizeof(T) / sizeof(E); local
/gem5/src/cpu/checker/
H A Dcpu_impl.hh412 int count = 0; local
/gem5/src/base/loader/
H A Delf_object.cc430 int count = shdr.sh_size / shdr.sh_entsize; local
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc256 unsigned count = 0; local

Completed in 42 milliseconds

12345