Searched refs:atoll (Results 1 - 15 of 15) sorted by relevance
/kernel/liteos_m/testsuites/unittest/posix/src/stdlib/ |
H A D | atoll_test.c | 76 long long value = atoll("9223372036854775807"); 78 LOG("[DEMO] posix stdlib test case 1:atoll(%lld) ok.\n", value); 80 LOG("[DEMO] posix stdlib test case 1:atoll(%lld) fail.\n", value); 93 long long value = atoll("-9223372036854775808"); 95 LOG("[DEMO] posix stdlib test case 2:atoll(%lld) ok.\n", value); 97 LOG("[DEMO] posix stdlib test case 2:atoll(%lld) fail.\n", value); 110 long long value = atoll("100"); 112 LOG("[DEMO] posix stdlib test case 3:atoll(%lld) ok.\n", value); 114 LOG("[DEMO] posix stdlib test case 3:atoll(%lld) fail.\n", value); 128 long long value = atoll("922337203685477580 [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/memcpy_thread/ |
H A D | memcpy_thread.c | 54 v = atoll(argv[1]); in main() 65 v = atoll(argv[3]); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | compaction_test.c | 42 *memfree = atoll(buffer); in read_memory_info() 52 *hugepagesize = atoll(buffer); in read_memory_info()
|
H A D | transhuge-stress.c | 78 len = atoll(argv[1]) << 20; in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | compaction_test.c | 42 *memfree = atoll(buffer); in read_memory_info() 52 *hugepagesize = atoll(buffer); in read_memory_info()
|
H A D | transhuge-stress.c | 52 len = atoll(argv[i]) << 20; in main()
|
/kernel/liteos_m/testsuites/unittest/fuzz/src/stdlib/ |
H A D | atoll_fuzz.c | 60 (void)atoll(str); in AtollFuzzTest() 62 printf("Fuzz test in line [%d] atoll ok\n", __LINE__); in AtollFuzzTest()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/ |
H A D | testptp.c | 207 perout_phase = atoll(optarg); in main() 227 perout = atoll(optarg); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ptp/ |
H A D | testptp.c | 217 perout_phase = atoll(optarg); in main() 243 perout = atoll(optarg); in main()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | trace-event-info.c | 438 id = atoll(id_buf); in tracepoint_id_to_path()
|
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/ |
H A D | param_test.c | 1463 opt_reps = atoll(argv[i + 1]); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
H A D | param_test.c | 1535 opt_reps = atoll(argv[i + 1]); in main()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | map.c | 487 jsonw_int_field(json_wtr, "bytes_memlock", atoll(memlock)); in show_map_close_json()
|
H A D | prog.c | 475 jsonw_int_field(json_wtr, "bytes_memlock", atoll(memlock)); in print_prog_json()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-events.c | 255 id = atoll(id_buf); in tracepoint_id_to_path()
|
Completed in 16 milliseconds