Lines Matching refs:funtab
23 } funtab[] = {
103 for (int i = 0; funtab[i].name; i++)
110 test (funtab + i, d, s, 0, -1, 0);
111 test (funtab + i, d, s, 1, -1, 0);
112 test (funtab + i, d, s, 1, 0, 1);
113 test (funtab + i, d, s, 1, 0, -1);
116 test (funtab + i, d, s, n, -1, 0);
117 test (funtab + i, d, s, n, n - 1, -1);
118 test (funtab + i, d, s, n, n / 2, 1);
122 test (funtab + i, d, s, n, -1, 0);
123 test (funtab + i, d, s, n, n / 2, -1);
126 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS";
127 printf ("%s %s\n", err_count ? "FAIL" : pass, funtab[i].name);