Home | History | Annotate | Download | only in amd64

Lines Matching refs:_testfn

1256 #define DO_N(_iters, _testfn) \
1257 do { int i; for (i = 0; i < (_iters); i++) { test_##_testfn(); } } while (0)
1260 #define DO_D(_testfn) DO_N(N_DEFAULT_ITERS, _testfn)