Searched refs:step (Results 26 - 35 of 35) sorted by relevance

12

/gem5/src/sim/power/
H A DThermalModel.py99 step = Param.Float(0.01, "Simulation step (in seconds) for thermal simulation") variable in class:ThermalModel
/gem5/src/cpu/minor/
H A Dlsq.hh230 * transfers, it will be necessary to step through the available
386 /** Event to step between translations */
525 void step();
659 void step();
H A Dlsq.cc757 /* Let's try and wake up the processor for the next cycle to step
843 LSQ::StoreBuffer::step() function in class:Minor::LSQ::StoreBuffer
845 DPRINTF(MinorMem, "StoreBuffer step numUnissuedAccesses: %d\n",
901 /* Don't step on to the next store buffer entry if this
1336 * as it's the job of step to actually step us on to the next
1466 LSQ::step() function in class:Minor::LSQ
1473 storeBuffer.step();
H A Dexecute.cc1424 lsq.step();
1495 /* Run logic to step functional units + decide if we are active on the next
1577 lsq.needsToTick() || /* Must step the dcache port */
/gem5/util/statetrace/arch/arm/
H A Dtracechild.cc239 ARMTraceChild::step() function in class:ARMTraceChild
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h1125 int_ start(start_), stop(stop_), step(step_);
1126 m_ptr = PySlice_New(start.ptr(), stop.ptr(), step.ptr());
1129 bool compute(size_t length, size_t *start, size_t *stop, size_t *step, argument
1133 (ssize_t *) stop, (ssize_t *) step,
1136 bool compute(ssize_t length, ssize_t *start, ssize_t *stop, ssize_t *step, argument
1140 stop, step,
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.h148 void step();
149 void operator++(int) { step(); }
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.cc374 AMD64TraceChild::step() function in class:AMD64TraceChild
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.cc264 SparcTraceChild::step() function in class:SparcTraceChild
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // begin+step+step, ...}. The values do not
88 // include end. step defaults to 1.
224 // Range(start, end, step)
225 // - returns a generator producing a sequence of values {start, start+step,
226 // start+step+step, ..., }.
242 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { argument
[all...]

Completed in 43 milliseconds

12