Home | History | Annotate | Download | only in s390x

Lines Matching refs:testrun

35 void testrun(void *_a1, unsigned long _l1, void *_a3, unsigned long _l3, char pad)
49 testrun(b1, l1, b1, l3, pad);
50 testrun(b1, l1, b2, l3, pad);
51 testrun(b1, l1, b3, l3, pad);
52 testrun(b1, l1, b4, l3, pad);
53 testrun(b2, l1, b2, l3, pad);
54 testrun(b2, l1, b3, l3, pad);
55 testrun(b2, l1, b4, l3, pad);
56 testrun(b3, l1, b3, l3, pad);
57 testrun(b3, l1, b4, l3, pad);
58 testrun(b4, l1, b4, l3, pad);
69 testrun(longbuf,10000,longbuf,100000,0);
70 testrun(longbuf,10000,longbuf,100000,128);
71 testrun(longbuf,10000,longbuf,100000,255);