Searched refs:DEFINE_TEST_OK (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | test-kstrtox.c | 23 #define DEFINE_TEST_OK(type, test) \ macro 71 static DEFINE_TEST_OK(struct test_ull, test_ull_ok) = { in test_kstrtoull_ok() 240 static DEFINE_TEST_OK(struct test_ll, test_ll_ok) = { in test_kstrtoll_ok() 293 static DEFINE_TEST_OK(struct test_u64, test_u64_ok) = { in test_kstrtou64_ok() 344 static DEFINE_TEST_OK(struct test_s64, test_s64_ok) = { in test_kstrtos64_ok() 396 static DEFINE_TEST_OK(struct test_u32, test_u32_ok) = { in test_kstrtou32_ok() 447 static DEFINE_TEST_OK(struct test_s32, test_s32_ok) = { in test_kstrtos32_ok() 499 static DEFINE_TEST_OK(struct test_u16, test_u16_ok) = { in test_kstrtou16_ok() 550 static DEFINE_TEST_OK(struct test_s16, test_s16_ok) = { in test_kstrtos16_ok() 604 static DEFINE_TEST_OK(struct test_u8, test_u8_ok) = { in test_kstrtou8_ok() [all …]
|