Lines Matching refs:check_short

118 static void check_short(struct kunit *test, const char *file, const int line,  in check_short()  function
233 simple_numbers_loop(short, "%hd", "hd", check_short); in numbers_simple()
234 simple_numbers_loop(short, "%hd", "hi", check_short); in numbers_simple()
236 simple_numbers_loop(short, "%hx", "hx", check_short); in numbers_simple()
237 simple_numbers_loop(short, "0x%hx", "hi", check_short); in numbers_simple()
239 simple_numbers_loop(short, "0x%hx", "hx", check_short); in numbers_simple()
420 numbers_list_8(short, "%hd", delim, "hd", check_short); in numbers_list_h()
421 numbers_list_8(short, "%hd", delim, "hi", check_short); in numbers_list_h()
424 numbers_list_8(short, "0x%hx", delim, "hi", check_short); in numbers_list_h()
491 numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); in numbers_list_field_width_h()
492 numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); in numbers_list_field_width_h()
495 numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); in numbers_list_field_width_h()
557 numbers_list_val_width(short, "%hd", delim, "hd", check_short); in numbers_list_field_width_val_h()
558 numbers_list_val_width(short, "%hd", delim, "hi", check_short); in numbers_list_field_width_val_h()
561 numbers_list_val_width(short, "0x%hx", delim, "hi", check_short); in numbers_list_field_width_val_h()
627 test_number_prefix(short, "-1 1", "%1hd %hd", 0, 0, 0, check_short); in numbers_prefix_overflow()
633 test_number_prefix(short, "-1 1", "%1hi %hi", 0, 0, 0, check_short); in numbers_prefix_overflow()
649 test_number_prefix(short, "0xA7", "%1hi%hx", 0, 0, 1, check_short); in numbers_prefix_overflow()
672 test_number_prefix(short, "0x67", "%2hi%hi", 0, 67, 2, check_short); in numbers_prefix_overflow()
678 test_number_prefix(short, "0xA7", "%2hi%hi", 0, 0, 1, check_short); in numbers_prefix_overflow()