Searched refs:TEST_OK (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/lib/ |
D | test-kstrtox.c | 45 #define TEST_OK(fn, type, fmt, test) \ macro 152 TEST_OK(kstrtoull, unsigned long long, "%llu", test_ull_ok); in test_kstrtoull_ok() 268 TEST_OK(kstrtoll, long long, "%lld", test_ll_ok); in test_kstrtoll_ok() 327 TEST_OK(kstrtou64, u64, "%llu", test_u64_ok); in test_kstrtou64_ok() 377 TEST_OK(kstrtos64, s64, "%lld", test_s64_ok); in test_kstrtos64_ok() 422 TEST_OK(kstrtou32, u32, "%u", test_u32_ok); in test_kstrtou32_ok() 472 TEST_OK(kstrtos32, s32, "%d", test_s32_ok); in test_kstrtos32_ok() 517 TEST_OK(kstrtou16, u16, "%hu", test_u16_ok); in test_kstrtou16_ok() 569 TEST_OK(kstrtos16, s16, "%hd", test_s16_ok); in test_kstrtos16_ok() 614 TEST_OK(kstrtou8, u8, "%hhu", test_u8_ok); in test_kstrtou8_ok() [all …]
|