Lines Matching refs:groups
54 size = int(child.match.groups()[0], 10)
82 if int(child.match.groups()[0]) < i:
84 i = int(child.match.groups()[0])
86 if int(child.match.groups()[0]) < ir:
88 ir = int(child.match.groups()[0])
117 if int(child.match.groups()[0]) < i:
119 i = int(child.match.groups()[0])
152 if int(child.match.groups()[0]) < i:
154 i = int(child.match.groups()[0])
156 if int(child.match.groups()[0]) < ir:
158 ir = int(child.match.groups()[0])
185 if int(child.match.groups()[0]) < i:
187 i = int(child.match.groups()[0])
189 if int(child.match.groups()[0]) < ir:
191 ir = int(child.match.groups()[0])
281 id = int(child.match.groups()[1])
282 cnt = int(child.match.groups()[2])
283 lcore = int(child.match.groups()[3])