Searched refs:fill (Results 26 - 41 of 41) sorted by relevance

12

/gem5/src/base/
H A Dcprintf_formats.hh127 out.fill('0');
155 out.fill('0');
/gem5/ext/drampower/src/
H A DCmdHandlers.cc121 std::fill(first_act_cycle_banks.begin(), first_act_cycle_banks.end(), timestamp);
324 std::fill(first_act_cycle_banks.begin(), first_act_cycle_banks.end(), timestamp);
/gem5/src/dev/arm/
H A Dvgic.hh163 std::fill(LR.begin(), LR.end(), 0);
/gem5/util/minorview/
H A Dblobs.py78 """Stroke with the current colour then fill the same path with the
86 cr.fill()
95 cr.fill()
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.cpp1773 vec_shift_right(int ulen, sc_digit *u, int nsr, sc_digit fill)
1780 // fill is usually either 0 or DIGIT_MASK; it can be any value.
1805 if (fill) {
1807 u[j] = fill;
1826 sc_digit carry = (fill & mask) << nsl;
H A Dsc_nbutils.h334 vec_shift_right(int vlen, sc_digit *u, int nsr, sc_digit fill = 0);
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc1640 vec_shift_right(int ulen, sc_digit *u, int nsr, sc_digit fill)
1646 // fill is usually either 0 or DIGIT_MASK; it can be any value.
1666 if (fill) {
1668 u[j] = fill;
1684 sc_digit carry = (fill & mask) << nsl;
/gem5/ext/pybind11/tools/
H A Dmkdoc.py181 wrapped = wrapper.fill(re.sub(r'\s+', ' ', y).strip())
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s161 finop ; cxnop # Delay slot, fill w/
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh220 extern void vec_shift_right(int vlen, sc_digit *u, int nsr, sc_digit fill=0);
/gem5/src/arch/alpha/
H A Dtlb.cc286 std::fill(table.begin(), table.end(), TlbEntry());
/gem5/ext/pybind11/tests/
H A Dtest_numpy_array.cpp381 std::fill(a.mutable_data(), a.mutable_data() + a.size(), 42.);
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh761 // if formatted, fill the rest with sign(s), otherwise fill with zeros
762 sc_logic_value_t fill = (s[s_len] == 'F' ? sc_logic_value_t(s[0] - '0') local
765 x.set_bit(i, fill);
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h877 // if formatted, fill the rest with sign(s), otherwise fill with zeros
878 sc_logic_value_t fill = (s[s_len] == 'F' ? sc_logic_value_t( s[0] - '0' ) local
881 x.set_bit( i, fill );
/gem5/src/mem/
H A Ddram_ctrl.cc1703 std::fill(bank_mask.begin(), bank_mask.end(), 0);
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h1371 std::fill(strides_iter, strides.rend(), 0);

Completed in 64 milliseconds

12