Home | History | Annotate | Download | only in s390x

Lines Matching refs:run_test

20 void run_test(void *tran_table, void *srcaddr, uint64_t len)
35 run_test((char *)&touppercase, &buff, 0);
36 run_test((char *)&touppercase, &buff, 0);
40 run_test((char *)&touppercase, &buff, 1);
43 run_test((char *)&touppercase, &buff, 3);
44 run_test((char *)&touppercase, &buff, 3);
45 run_test((char *)&touppercase, &buff, 8);
48 run_test((char *)&tolowercase, &buff, 3);
49 run_test((char *)&tolowercase, &buff, 3);
50 run_test((char *)&tolowercase, &buff, 8);
53 run_test((char *)&touppercase, &buff, 9);
54 run_test((char *)&tolowercase, &buff, 9);