Searched defs:Counter (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/googletest/googletest/samples/ | ||
H A D | sample4.h | 38 class Counter { class 44 Counter() : counter_(0) {} function in class:Counter |
/gem5/src/base/stats/ | ||
H A D | types.hh | 43 typedef double Counter; typedef in namespace:Stats |
/gem5/src/dev/ | ||
H A D | intel_8254_timer.cc | 100 Intel8254Timer::Counter::Counter(Intel8254Timer *p, function in class:Intel8254Timer::Counter [all...] |
H A D | intel_8254_timer.hh | 81 class Counter class in class:Intel8254Timer [all...] |
/gem5/src/base/ | ||
H A D | types.hh | 58 typedef int64_t Counter; typedef |
/gem5/src/python/m5/ | ||
H A D | params.py | 639 class Counter(CheckedInt): cxx_type = 'Counter'; size = 64; unsigned = True class in inherits:CheckedInt |
Completed in 17 milliseconds