Searched refs:DEFINE_TEST_FUNC_TYPED (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | overflow_kunit.c | 271 #define DEFINE_TEST_FUNC_TYPED(n, t, fmt) \ macro 297 DEFINE_TEST_FUNC_TYPED(t ## _ ## t ## __ ## t, t, fmt) 313 DEFINE_TEST_FUNC_TYPED(u32_u32__u8, u8, "%d"); 319 DEFINE_TEST_FUNC_TYPED(u32_u32__int, int, "%d"); 326 DEFINE_TEST_FUNC_TYPED(u8_u8__int, int, "%d"); 333 DEFINE_TEST_FUNC_TYPED(int_int__u8, u8, "%d");
|