Searched refs:check_ll (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/lib/ |
D | test_scanf.c | 86 static int __init check_ll(const void *check_data, const char *string, in check_ll() function 220 simple_numbers_loop(long long, "%lld", "lld", check_ll); in numbers_simple() 221 simple_numbers_loop(long long, "%lld", "lli", check_ll); in numbers_simple() 223 simple_numbers_loop(long long, "%llx", "llx", check_ll); in numbers_simple() 224 simple_numbers_loop(long long, "0x%llx", "lli", check_ll); in numbers_simple() 226 simple_numbers_loop(long long, "0x%llx", "llx", check_ll); in numbers_simple() 404 numbers_list_8(long long, "%lld", delim, "lld", check_ll); in numbers_list_ll() 405 numbers_list_8(long long, "%lld", delim, "lli", check_ll); in numbers_list_ll() 408 numbers_list_8(long long, "0x%llx", delim, "lli", check_ll); in numbers_list_ll() 463 numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); in numbers_list_field_width_ll() [all …]
|
/linux-6.1.9/arch/mips/tools/ |
D | loongson3-llsc-check.c | 141 static int check_ll(uint64_t pc, uint32_t *code, size_t sz) in check_ll() function 228 err |= check_ll(pc, code, sz); in check_code()
|