Searched defs:maxSize (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/core/
H A Dsc_port.cc108 int sc_port_base::maxSize() const { return _gem5Port->maxSize(); } function in class:sc_core::sc_port_base
H A Dport.hh162 int maxSize() { return _maxSize ? _maxSize : _size; } function in class:sc_gem5::Port
/gem5/src/arch/x86/bios/
H A Dsmbios.cc284 uint16_t maxSize = 0; local

Completed in 4 milliseconds