Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dscanf_kunit.c233 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()
557 numbers_list_val_width(short, "%hd", delim, "hd", 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()
[all …]