/third_party/mesa3d/src/compiler/glsl/ |
H A D | s_expression.cpp | 82 int i = strtol(src, &int_end, 10); in read_atom()
|
/third_party/ltp/lib/ |
H A D | tst_net.c | 85 l = strtol(s, &x, 0); in tst_safe_atoi()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | util.c | 130 k = strtol(a[i], &e, 0); in econv()
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 32 long strtol (const char *__restrict, char **__restrict, int);
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | ttranshuge.c | 325 corrupt_page = strtol(optarg, NULL, 10); in get_options_or_die()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | ttranshuge.c | 325 corrupt_page = strtol(optarg, NULL, 10); in get_options_or_die()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | in6_02.c | 143 dsize = strtol(line + 7, &p, 0); in getdatasize()
|
/third_party/libfuse/lib/ |
H A D | mount_bsd.c | 164 fd = strtol(fdnam, &ep, 10); in fuse_mount_core()
|
/third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
H A D | testsf_s.c | 138 flen = strtol(number, NULL, 10); in main()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-aix.cc | 85 return static_cast<unsigned>(strtol(buffer, nullptr, 16)); in StringToLong()
|
/third_party/mesa3d/src/nouveau/drm-shim/ |
H A D | nouveau_noop.c | 204 device_info.chip_id = strtol(env, NULL, 16); in nouveau_driver_get_device_info()
|
/third_party/musl/include/ |
H A D | stdlib.h | 32 long strtol (const char *__restrict, char **__restrict, int);
|
/third_party/skia/third_party/externals/icu/source/samples/coll/ |
H A D | coll.cpp | 119 int i = strtol(argv[argNum], &endp, 0); in processOptions()
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | bench_full.c | 132 iter = strtol(argv[2], NULL, 10); in main()
|
/third_party/zlib/examples/ |
H A D | fitblk.c | 139 ret = strtol(argv[1], argv + 1, 10); in main()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_batch_decoder.c | 395 sampler_offset = strtol(iter.value, NULL, 16); in handle_interface_descriptor_data() 397 sampler_count = strtol(iter.value, NULL, 10); in handle_interface_descriptor_data() 399 binding_table_offset = strtol(iter.value, NULL, 16); in handle_interface_descriptor_data() 401 binding_entry_count = strtol(iter.value, NULL, 10); in handle_interface_descriptor_data() 428 descriptor_offset = strtol(iter.value, NULL, 16); in handle_media_interface_descriptor_load() 431 strtol(iter.value, NULL, 16) / (desc->dw_length * 4); in handle_media_interface_descriptor_load() 674 ksp[idx] = strtol(iter.value, NULL, 16); in decode_ps_kern()
|
/kernel/linux/linux-5.10/tools/virtio/ |
H A D | virtio_test.c | 378 batch = strtol(optarg, NULL, 10); in main() 387 reset = strtol(optarg, NULL, 10); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 59 args.batch_cnt = strtol(arg, NULL, 10); in parse_arg() 69 args.sample_rate = strtol(arg, NULL, 10); in parse_arg()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/ |
H A D | dirty_log_test.c | 564 iterations = strtol(optarg, NULL, 10); in main() 567 interval = strtol(optarg, NULL, 10); in main()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | feature.c | 95 res = strtol(value, &endptr, 0); in print_kernel_option() 155 res = strtol(line, &endptr, 10); in read_procfs()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | mremap_test.c | 135 void *first_val = (void *)strtol(first, NULL, 16); in is_range_mapped() 137 void *second_val = (void *) strtol(second, NULL, 16); in is_range_mapped()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 59 args.batch_cnt = strtol(arg, NULL, 10); in parse_arg() 69 args.sample_rate = strtol(arg, NULL, 10); in parse_arg()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | io_uring_zerocopy_tx.c | 536 cfg_cork = strtol(optarg, NULL, 0); in parse_opts() 539 cfg_mode = strtol(optarg, NULL, 0); in parse_opts()
|
H A D | so_txtime.c | 404 array->delay_us = strtol(tok, NULL, 0) * 1000; in parse_io() 481 cfg_mark = strtol(optarg, NULL, 0); in parse_opts()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | utils.c | 156 t = strtol(val, &end, 10); in parse_seconds_duration() 190 t = strtol(val, &end, 10); in parse_ns_duration()
|