Lines Matching refs:group
61 …'rcp_canary_get {0}, 0x{1:02x} ({1}), delay'.format(m.group(1), int(m.group(2)) * 16 + int(m.group…
62 …cp_canary_get {0}, 0x{1:02x} ({1}), nodelay'.format(m.group(1), int(m.group(2)) * 16 + int(m.group…
63 …cp_canary_check {0}, 0x{1:02x} ({1}), delay'.format(m.group(1), int(m.group(2)) * 16 + int(m.group…
64 …_canary_check {0}, 0x{1:02x} ({1}), nodelay'.format(m.group(1), int(m.group(2)) * 16 + int(m.group…
77 … lambda m: 'rcp_count_set 0x{0:02x} ({0}), delay'.format(int(m.group(2)) * 16 + int(m.group(3)))),
78 …lambda m: 'rcp_count_set 0x{0:02x} ({0}), nodelay'.format(int(m.group(2)) * 16 + int(m.group(3)))),
79 …lambda m: 'rcp_count_check 0x{0:02x} ({0}), delay'.format(int(m.group(2)) * 16 + int(m.group(3)))),
80 …mbda m: 'rcp_count_check 0x{0:02x} ({0}), nodelay'.format(int(m.group(2)) * 16 + int(m.group(3)))),
278 gpiohilo(m.group(3)), gpiopxsc(m.group(1)), m.group(2)
281 gpiodir(m.group(4)), gpiopxsc(m.group(1)), m.group(2), m.group(3)
285 gpiodir(m.group(4)), gpioxsc2(m.group(1)), m.group(2), m.group(3)
288 gpiodir(m.group(3)), gpioxsc(m.group(1)), m.group(2)
292 gpiodir(m.group(4)), gpiopxsc(int(m.group(1)) - 8), m.group(2), m.group(3)
296 gpiohilo(m.group(2)), m.group(1)
299 gpiodir(m.group(3)), m.group(1), m.group(2)