Searched refs:test_set_combine_params (Results 1 – 1 of 1) sorted by relevance
/trusty/kernel/include/shared/lk/ |
D | trusty_unittest.h | 430 #define test_set_combine_params(generator, i, count) \ macro 452 test_set_combine_params(arg0, 0, count); \ 453 test_set_combine_params(arg1, 1, count); \ 454 test_set_combine_params(arg2, 2, count); \ 455 test_set_combine_params(arg3, 3, count); \ 456 test_set_combine_params(arg4, 4, count); \ 457 test_set_combine_params(arg5, 5, count); \ 458 test_set_combine_params(arg6, 6, count); \ 459 test_set_combine_params(arg7, 7, count); \ 460 test_set_combine_params(arg8, 8, count); \ [all …]
|