Searched refs:DEFINE_TEST_OK (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/lib/
H A Dtest-kstrtox.c23 #define DEFINE_TEST_OK(type, test) \ macro
71 static DEFINE_TEST_OK(struct test_ull, test_ull_ok) = { test_kstrtoull_ok()
240 static DEFINE_TEST_OK(struct test_ll, test_ll_ok) = { test_kstrtoll_ok()
293 static DEFINE_TEST_OK(struct test_u64, test_u64_ok) = { test_kstrtou64_ok()
344 static DEFINE_TEST_OK(struct test_s64, test_s64_ok) = { test_kstrtos64_ok()
396 static DEFINE_TEST_OK(struct test_u32, test_u32_ok) = { test_kstrtou32_ok()
447 static DEFINE_TEST_OK(struct test_s32, test_s32_ok) = { test_kstrtos32_ok()
499 static DEFINE_TEST_OK(struct test_u16, test_u16_ok) = { test_kstrtou16_ok()
550 static DEFINE_TEST_OK(struct test_s16, test_s16_ok) = { test_kstrtos16_ok()
604 static DEFINE_TEST_OK(struct test_u8, test_u8_ok) = { test_kstrtou8_ok()
655 static DEFINE_TEST_OK(struct test_s8, test_s8_ok) = { test_kstrtos8_ok()

Completed in 46 milliseconds