Lines Matching refs:width
57 width = "{8}" variable in TraceConverter
72 self.width = "{16}"
75 self.width = "{8}"
78 …ompile("(([ ]*\\b(" + self.register_names[symbol.ARCH] + ")\\b +[0-9a-f]" + self.width + "){2,5})")
95 "(?P<offset>[0-9a-f]" + self.width + ")[ \t]+" # Offset (hex number given without
120 …self.value_line = re.compile("(.*)([0-9a-f]" + self.width + ")[ \t]+([0-9a-f]" + self.width + ")[ …
128 self.code_line = re.compile("(.*)[ \t]*[a-f0-9]" + self.width +
129 "[ \t]*[a-f0-9]" + self.width +
130 "[ \t]*[a-f0-9]" + self.width +
131 "[ \t]*[a-f0-9]" + self.width +
132 "[ \t]*[a-f0-9]" + self.width +