Searched refs:added (Results 1 - 6 of 6) sorted by relevance

/gem5/src/sim/probe/
H A Dprobe.cc88 bool added = false; local
92 added = true;
95 if (!added) {
98 return added;
125 DPRINTFR(ProbeVerbose, "Probes: Call to addPoint \"%s\" to %s failed, already added.\n", point.getName(), object->name());
/gem5/util/style/
H A Drepo.py128 added = []
134 added.append(fname)
136 return added, modified
179 # means that it hasn't been added to the
218 added = []
224 added.append(fname)
226 return added, modified
/gem5/util/
H A Dhgstyle.py100 modified, added, removed, deleted, unknown, ignore, clean = \
110 files = [ (fn, all_regions) for fn in added ] + \
113 files = [ (fn, all_regions) for fn in added + modified + clean ]
123 Without an argument, checks all modified and added files for gem5
126 normally applied on a diff of the repository state (i.e., added
H A Dstyle.py98 determine the list of modified and added files from the version
133 added, modified = repo.staged_files()
134 files = [ repo.file_path(f) for f in added + modified ]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.h766 // added = 1 => for signed.
767 // added = 0 => for unsigned.
768 // IF_SC_SIGNED can be used as 'added'.
774 trim(small_type added, int nb, int nd, sc_digit *d) argument
780 d[nd - 1] &= one_and_ones(bit_ord(nb - 1) + added);
787 convert_SM_to_2C_trimmed(small_type added, argument
792 trim(added, nb, nd, d);
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh581 // added = 1 => for signed.
582 // added = 0 => for unsigned.
583 // IF_SC_SIGNED can be used as 'added'.
588 trim(small_type added, int nb, int nd, sc_digit *d) argument
593 d[nd - 1] &= one_and_ones(bit_ord(nb - 1) + added);
599 convert_SM_to_2C_trimmed(small_type added, argument
604 trim(added, nb, nd, d);

Completed in 14 milliseconds