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

/gem5/util/stats/
H A Dflags.py30 printable = 0x00000002 variable
H A Dinfo.py384 if display.all or (self.flags & flags.printable):
585 if not display.all and not (self.flags & flags.printable):
614 if not display.all and not (self.flags & flags.printable):
699 if not display.all and not (self.flags & flags.printable):
H A Ddb.py86 if int(row[4]): self.flags |= flags.printable
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py50 if char not in string.printable])
136 and value[pos] in string.printable \
177 if char not in string.printable
434 if char not in string.printable])

Completed in 13 milliseconds