Searched defs:Counter (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/googletest/googletest/samples/
H A Dsample4.h38 class Counter { class
44 Counter() : counter_(0) {} function in class:Counter
/gem5/src/base/stats/
H A Dtypes.hh43 typedef double Counter; typedef in namespace:Stats
/gem5/src/dev/
H A Dintel_8254_timer.cc100 Intel8254Timer::Counter::Counter(Intel8254Timer *p, function in class:Intel8254Timer::Counter
[all...]
H A Dintel_8254_timer.hh81 class Counter class in class:Intel8254Timer
[all...]
/gem5/src/base/
H A Dtypes.hh58 typedef int64_t Counter; typedef
/gem5/src/python/m5/
H A Dparams.py639 class Counter(CheckedInt): cxx_type = 'Counter'; size = 64; unsigned = True class in inherits:CheckedInt

Completed in 22 milliseconds