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

/linux-master/lib/
H A Dtest_scanf.c202 #define simple_numbers_loop(T, gen_fmt, scan_fmt, fn) \ macro
219 simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull);
220 simple_numbers_loop(long long, "%lld", "lld", check_ll);
221 simple_numbers_loop(long long, "%lld", "lli", check_ll);
222 simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull);
223 simple_numbers_loop(long long, "%llx", "llx", check_ll);
224 simple_numbers_loop(long long, "0x%llx", "lli", check_ll);
225 simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull);
226 simple_numbers_loop(long long, "0x%llx", "llx", check_ll);
228 simple_numbers_loop(unsigne
[all...]

Completed in 355 milliseconds