D | clcle.c | 35 void testrun(void *_a1, unsigned long _l1, void *_a3, unsigned long _l3, char pad) in testrun() function 49 testrun(b1, l1, b1, l3, pad); in multiplex() 50 testrun(b1, l1, b2, l3, pad); in multiplex() 51 testrun(b1, l1, b3, l3, pad); in multiplex() 52 testrun(b1, l1, b4, l3, pad); in multiplex() 53 testrun(b2, l1, b2, l3, pad); in multiplex() 54 testrun(b2, l1, b3, l3, pad); in multiplex() 55 testrun(b2, l1, b4, l3, pad); in multiplex() 56 testrun(b3, l1, b3, l3, pad); in multiplex() 57 testrun(b3, l1, b4, l3, pad); in multiplex() [all …]
|