Home
last modified time | relevance | path

Searched refs:test_simple_strtoxx (Results 1 – 1 of 1) sorted by relevance

/lib/tests/
A Dscanf_kunit.c700 #define test_simple_strtoxx(T, fn, gen_fmt, base) \ macro
724 test_simple_strtoxx(long long, simple_strtoll, "%lld", 10); in test_simple_strtoll()
725 test_simple_strtoxx(long long, simple_strtoll, "%lld", 0); in test_simple_strtoll()
726 test_simple_strtoxx(long long, simple_strtoll, "%llx", 16); in test_simple_strtoll()
727 test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 16); in test_simple_strtoll()
728 test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 0); in test_simple_strtoll()
742 test_simple_strtoxx(long, simple_strtol, "%ld", 10); in test_simple_strtol()
743 test_simple_strtoxx(long, simple_strtol, "%ld", 0); in test_simple_strtol()
744 test_simple_strtoxx(long, simple_strtol, "%lx", 16); in test_simple_strtol()
745 test_simple_strtoxx(long, simple_strtol, "0x%lx", 16); in test_simple_strtol()
[all …]

Completed in 20 milliseconds