Searched refs:limitRange (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/include/
H A DSimpleBusLT.h119 bool limitRange(unsigned int portId, sc_dt::uint64& low, sc_dt::uint64& high) function in class:SimpleBusLT
167 limitRange(portId, start, end);
181 if (!limitRange(port_id, start_range, end_range)) {
H A DSimpleBusAT.h274 bool limitRange(unsigned int portId, sc_dt::uint64& low, sc_dt::uint64& high) function in class:SimpleBusAT
323 limitRange(portId, start, end);
337 if ((portId >= 0) && !limitRange(portId, start_range, end_range)) {

Completed in 6 milliseconds