Searched refs:max (Results 26 - 50 of 131) sorted by relevance

123456

/gem5/configs/boot/
H A Dsurge-client.rcS30 echo "131072" > /proc/sys/fs/file-max
H A Discsi-server.rcS25 echo "131072" > /proc/sys/fs/file-max
H A Dnat-spec-surge-client.rcS34 echo "131072" > /proc/sys/fs/file-max
H A Dnat-spec-surge-server.rcS36 echo "131072" > /proc/sys/fs/file-max
H A Dnfs-client-dbench.rcS30 echo "131072" > /proc/sys/fs/file-max
H A Dnfs-client-nhfsstone.rcS30 echo "131072" > /proc/sys/fs/file-max
H A Dnfs-client-smallb.rcS30 echo "131072" > /proc/sys/fs/file-max
H A Dnfs-client-tcp-smallb.rcS30 echo "131072" > /proc/sys/fs/file-max
H A Dnfs-client-tcp.rcS30 echo "131072" > /proc/sys/fs/file-max
H A Dnfs-client.rcS30 echo "131072" > /proc/sys/fs/file-max
H A Dnfs-server-nhfsstone.rcS30 echo "131072" > /proc/sys/fs/file-max
H A Dnfs-server.rcS30 echo "131072" > /proc/sys/fs/file-max
H A Dspec-surge-client.rcS31 echo "131072" > /proc/sys/fs/file-max
H A Dspec-surge-server.rcS34 echo "131072" > /proc/sys/fs/file-max
H A Dsurge-server.rcS35 echo "131072" > /proc/sys/fs/file-max
/gem5/src/systemc/core/
H A Dport.hh130 Port(::sc_core::sc_port_base *port_base, int max) : argument
131 portBase(port_base), finalized(false), _maxSize(max), _size(0),
/gem5/src/dev/net/
H A Detherswitch.hh142 PortFifo(const std::string &name, int max) argument
143 :objName(name), _maxsize(max), _size(0) {}
/gem5/ext/drampower/src/
H A DCmdScheduler.cc42 #include <algorithm> // For max
240 endTime = max(transFinish.time, PRE[static_cast<size_t>(transFinish.bank)].time +
258 cmd.time = max(max(max(transFinish.time, PRE[static_cast<size_t>(transFinish.bank)].time + memTimingSpec.RP), tREF), startTime);
307 cmd.time = max(max(ACT[bankaccess - 1].time + tRRD_init,
313 cmd.time = max(max(ACT[bankaccess - 1].time + tRRD_init,
320 cmd.time = max(cm
[all...]
/gem5/src/mem/ruby/slicc_interface/
H A DRubyRequest.cc77 Addr cBase = std::max(wBase, mBase);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfmin.S7 # Test f{min|max}.d instructinos.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfmin.S7 # Test f{min|max}.s instructinos.
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-cardinalities.h134 // Creates a cardinality that allows between min and max calls.
135 GTEST_API_ Cardinality Between(int min, int max);
/gem5/ext/dsent/model/optical/
H A DRingModulator.cc42 using std::max;
324 double driver_size = max(1.0, transition_scale * unit_r_o * (c_eff + device_par_cap) / (transition_required - min_transition_intrinsic));
326 double total_unit_inverters = driver_size * max(1.0, hvdd / vdd);
336 double current_predriver_size = max(1.0, unit_r_o * current_load_cap / (transition_required - transition_intrinsic));
395 double energy_driver = number_wavelengths * hvdd * std::max(hvdd, vdd) * (driver_size * unit_c_d + c_eff + device_par_cap);
/gem5/ext/dsent/model/std_cells/
H A DCellMacros.cc91 double nmos_width = std::max(calculateNmosWidth(cell_, 1, 2, 1) * normalized_size_ / folds, (double) tech->get("Gate->MinWidth"));
92 double pmos_width = std::max(calculatePmosWidth(cell_, 1, 2, 2) * normalized_size_ / folds, (double) tech->get("Gate->MinWidth"));
191 double nmos_width = std::max(calculateNmosWidth(cell_, 2, 1, 2) * normalized_size_ / folds, (double) tech->get("Gate->MinWidth"));
192 double pmos_width = std::max(calculatePmosWidth(cell_, 2, 1, 1) * normalized_size_ / folds, (double) tech->get("Gate->MinWidth"));
288 double nmos_width = std::max(calculateNmosWidth(cell_, 1, 1, 1) * normalized_size_ / folds, (double) tech->get("Gate->MinWidth"));
289 double pmos_width = std::max(calculatePmosWidth(cell_, 1, 1, 1) * normalized_size_ / folds, (double) tech->get("Gate->MinWidth"));
389 double nmos_width = std::max(calculateNmosWidth(cell_, 2, 2, 2) * normalized_size_ / folds, (double) tech->get("Gate->MinWidth"));
390 double pmos_width = std::max(calculatePmosWidth(cell_, 2, 2, 2) * normalized_size_ / folds, (double) tech->get("Gate->MinWidth"));
/gem5/src/mem/ruby/network/simple/
H A DThrottle.cc131 m_units_remaining[vnet] = max(0, diff);
132 bw_remaining = max(0, -diff);

Completed in 12 milliseconds

123456