Lines Matching refs:funtab
23 } funtab[] = {
95 for (int i = 0; funtab[i].name; i++)
102 test (funtab + i, d, s, 0, -1, 0);
103 test (funtab + i, d, s, 1, -1, 0);
104 test (funtab + i, d, s, 1, 0, -1);
105 test (funtab + i, d, s, 1, 0, 1);
108 test (funtab + i, d, s, n, -1, 0);
109 test (funtab + i, d, s, n, 0, -1);
110 test (funtab + i, d, s, n, n - 1, -1);
111 test (funtab + i, d, s, n, n / 2, 1);
115 test (funtab + i, d, s, n, -1, 0);
116 test (funtab + i, d, s, n, n / 2, -1);
119 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS";
120 printf ("%s %s\n", err_count ? "FAIL" : pass, funtab[i].name);