Searched refs:check_ull (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/tests/ |
| H A D | scanf_kunit.c | 60 static void check_ull(struct kunit *test, const char *file, const int line, const void *check_data, in check_ull() function 205 simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull); in numbers_simple() 208 simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull); in numbers_simple() 211 simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull); in numbers_simple() 389 numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); in numbers_list_ll() 392 numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); in numbers_list_ll() 393 numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); in numbers_list_ll() 451 numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); in numbers_list_field_width_ll() 454 numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); in numbers_list_field_width_ll() 455 numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); in numbers_list_field_width_ll() [all …]
|