Lines Matching refs:check_ull
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()
526 numbers_list_val_width(unsigned long long, "%llu", delim, "llu", check_ull); in numbers_list_field_width_val_ll()
529 numbers_list_val_width(unsigned long long, "%llx", delim, "llx", check_ull); in numbers_list_field_width_val_ll()
530 numbers_list_val_width(unsigned long long, "0x%llx", delim, "llx", check_ull); in numbers_list_field_width_val_ll()
641 test_number_prefix(unsigned long long, "0xA7", "%1llx%llx", 0, 0, 1, check_ull); in numbers_prefix_overflow()
657 test_number_prefix(unsigned long long, "0xA7", "%2llx%llx", 0, 0xa7, 2, check_ull); in numbers_prefix_overflow()