Lines Matching refs:offset1
36 void multiplex(int l, long offset1, long offset2) in multiplex() argument
38 testrun(b1 + offset1, b1 + offset2, l); in multiplex()
39 testrun(b1 + offset1, b2 + offset2, l); in multiplex()
40 testrun(b1 + offset1, b3 + offset2, l); in multiplex()
41 testrun(b1 + offset1, b4 + offset2, l); in multiplex()
42 testrun(b2 + offset1, b2 + offset2, l); in multiplex()
43 testrun(b2 + offset1, b3 + offset2, l); in multiplex()
44 testrun(b2 + offset1, b4 + offset2, l); in multiplex()
45 testrun(b3 + offset1, b3 + offset2, l); in multiplex()
46 testrun(b3 + offset1, b4 + offset2, l); in multiplex()
47 testrun(b4 + offset1, b4 + offset2, l); in multiplex()