Home | History | Annotate | Download | only in amd64

Lines Matching refs:_testfn

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