Searched refs:change (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/tools/
H A Dlibsize.py28 change = libsize - oldsize variable
29 if change == 0:
30 print(" (no change)")
32 print(" (change of {:+} bytes = {:+.2%})".format(change, change / oldsize))
/gem5/src/gpu-compute/
H A Dkernel_cfg.cc183 bool change = true; local
184 while (change) {
185 change = false;
194 change |= (num_postdominators
/gem5/util/
H A Dcpt_upgrader.py44 # fixed some of the state that needs to be checkpointed can change. If you have
52 # change is made to the gem5 repository that breaks previous checkpoints an
208 change = False
220 change = True
250 change = True
254 if not change:
/gem5/src/mem/ruby/network/
H A DTopology.cc224 bool change = true; local
227 while (change) {
228 change = false;
246 change = true;

Completed in 8 milliseconds