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

/linux-4.4.14/lib/
H A Dtest-kstrtox.c16 #define DECLARE_TEST_OK(type, test_type) \ macro
70 DECLARE_TEST_OK(unsigned long long, struct test_ull); test_kstrtoull_ok()
239 DECLARE_TEST_OK(long long, struct test_ll); test_kstrtoll_ok()
292 DECLARE_TEST_OK(u64, struct test_u64); test_kstrtou64_ok()
343 DECLARE_TEST_OK(s64, struct test_s64); test_kstrtos64_ok()
395 DECLARE_TEST_OK(u32, struct test_u32); test_kstrtou32_ok()
446 DECLARE_TEST_OK(s32, struct test_s32); test_kstrtos32_ok()
498 DECLARE_TEST_OK(u16, struct test_u16); test_kstrtou16_ok()
549 DECLARE_TEST_OK(s16, struct test_s16); test_kstrtos16_ok()
603 DECLARE_TEST_OK(u8, struct test_u8); test_kstrtou8_ok()
654 DECLARE_TEST_OK(s8, struct test_s8); test_kstrtos8_ok()

Completed in 56 milliseconds