Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 2 of 2) sorted by last modified time

/unit/test/
H A Dtest_proxy_chunked.py74 m1 = re.search(r'(.*)\sX\s(\d+)', line)
76 if m1 is not None:
77 add = m1.group(1) * int(m1.group(2))
/unit/src/
H A Dnxt_time.h103 #define nxt_msec_diff(m1, m2) \ argument
104 ((int32_t) ((m1) - (m2)))