Searched refs:DEFINE_TEST_FUNC_TYPED (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/tests/ |
| H A D | overflow_kunit.c | 326 #define DEFINE_TEST_FUNC_TYPED(n, t, fmt) \ macro 357 DEFINE_TEST_FUNC_TYPED(t ## _ ## t ## __ ## t, t, fmt) 373 DEFINE_TEST_FUNC_TYPED(u32_u32__u8, u8, "%d"); 379 DEFINE_TEST_FUNC_TYPED(u32_u32__int, int, "%d"); 386 DEFINE_TEST_FUNC_TYPED(u8_u8__int, int, "%d"); 393 DEFINE_TEST_FUNC_TYPED(int_int__u8, u8, "%d");
|