Home
last modified time | relevance | path

Searched refs:strtol (Results 226 - 250 of 666) sorted by relevance

12345678910>>...27

/third_party/mesa3d/src/compiler/glsl/
H A Ds_expression.cpp82 int i = strtol(src, &int_end, 10); in read_atom()
/third_party/ltp/lib/
H A Dtst_net.c85 l = strtol(s, &x, 0); in tst_safe_atoi()
/third_party/musl/libc-test/src/math/gen/
H A Dutil.c130 k = strtol(a[i], &e, 0); in econv()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h32 long strtol (const char *__restrict, char **__restrict, int);
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dttranshuge.c325 corrupt_page = strtol(optarg, NULL, 10); in get_options_or_die()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dttranshuge.c325 corrupt_page = strtol(optarg, NULL, 10); in get_options_or_die()
/third_party/ltp/testcases/network/lib6/
H A Din6_02.c143 dsize = strtol(line + 7, &p, 0); in getdatasize()
/third_party/libfuse/lib/
H A Dmount_bsd.c164 fd = strtol(fdnam, &ep, 10); in fuse_mount_core()
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
H A Dtestsf_s.c138 flen = strtol(number, NULL, 10); in main()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-aix.cc85 return static_cast<unsigned>(strtol(buffer, nullptr, 16)); in StringToLong()
/third_party/mesa3d/src/nouveau/drm-shim/
H A Dnouveau_noop.c204 device_info.chip_id = strtol(env, NULL, 16); in nouveau_driver_get_device_info()
/third_party/musl/include/
H A Dstdlib.h32 long strtol (const char *__restrict, char **__restrict, int);
/third_party/skia/third_party/externals/icu/source/samples/coll/
H A Dcoll.cpp119 int i = strtol(argv[argNum], &endp, 0); in processOptions()
/third_party/python/Modules/_decimal/libmpdec/
H A Dbench_full.c132 iter = strtol(argv[2], NULL, 10); in main()
/third_party/zlib/examples/
H A Dfitblk.c139 ret = strtol(argv[1], argv + 1, 10); in main()
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c395 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 Dvirtio_test.c378 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 Dbench_ringbufs.c59 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 Ddirty_log_test.c564 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 Dfeature.c95 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 Dmremap_test.c135 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 Dbench_ringbufs.c59 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 Dio_uring_zerocopy_tx.c536 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()
539 cfg_mode = strtol(optarg, NULL, 0); in parse_opts()
H A Dso_txtime.c404 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 Dutils.c156 t = strtol(val, &end, 10); in parse_seconds_duration()
190 t = strtol(val, &end, 10); in parse_ns_duration()

Completed in 19 milliseconds

12345678910>>...27