Home
last modified time | relevance | path

Searched refs:strtol (Results 151 - 175 of 788) sorted by relevance

12345678910>>...32

/third_party/curl/tests/libtest/
H A Dlib591.c83 strtol(libtest_arg2, NULL, 10)*1000); in test()
/third_party/ffmpeg/libavformat/
H A Dreplaygain.c54 db = strtol(value, &fraction, 0); in parse_value()
/third_party/alsa-utils/alsaucm/
H A Dusecase.c132 strtol(str, &end, 10); in is_long()
/third_party/backends/tools/
H A Dmustek600iin-off.c91 i = strtol (ch, NULL, 0); in str2int()
/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdmerge.c86 c=strtol(line, &end, 16); in main()
/third_party/mesa3d/src/panfrost/drm-shim/
H A Dpanfrost_noop.c55 gp->value = strtol(override_version, NULL, 16); in pan_ioctl_get_param()
/third_party/mesa3d/src/util/
H A Dmesa-sha1.c65 buf[i] = strtol(tmp, NULL, 16); in _mesa_sha1_hex_to_sha1()
/third_party/node/deps/openssl/openssl/apps/
H A Dvms_decc_init.c80 verbose = strtol(openssl_debug_decc_init, NULL, 10); in decc_init()
/third_party/openssl/apps/
H A Dvms_decc_init.c80 verbose = strtol(openssl_debug_decc_init, NULL, 10); in decc_init()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp228 info.server = std::strtol(server.c_str(), nullptr, DECIMAL); in BinderInfoParser()
229 info.client = std::strtol(client.c_str(), nullptr, DECIMAL); in BinderInfoParser()
230 info.wait = std::strtol(wait.c_str(), nullptr, DECIMAL); in BinderInfoParser()
/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp270 int serverNum = std::strtol(server.c_str(), nullptr, decimal); in ParsePeerBinderPid()
271 int clientNum = std::strtol(client.c_str(), nullptr, decimal); in ParsePeerBinderPid()
272 int waitNum = std::strtol(wait.c_str(), nullptr, decimal); in ParsePeerBinderPid()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread_map.c95 pid_t pid = strtol(dirent->d_name, &end, 10); in __thread_map__new_all_cpus()
198 pid = strtol(pos->s, &end_ptr, 10); in thread_map__new_by_pid_str()
262 tid = strtol(pos->s, &end_ptr, 10); in thread_map__new_by_tid_str()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c70 ret = strtol(arg, NULL, 10); in parse_arg()
78 ret = strtol(arg, NULL, 10); in parse_arg()
87 ret = strtol(arg, NULL, 10); in parse_arg()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread_map.c96 pid_t pid = strtol(dirent->d_name, &end, 10); in __thread_map__new_all_cpus()
199 pid = strtol(pos->s, &end_ptr, 10); in thread_map__new_by_pid_str()
263 tid = strtol(pos->s, &end_ptr, 10); in thread_map__new_by_tid_str()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtoeplitz.c428 rx_irq_cpus[cfg_num_queues++] = strtol(arg, NULL, 10); in parse_cpulist()
517 cfg_dport = strtol(optarg, NULL, 0); in parse_opts()
537 cfg_timeout_msec = strtol(optarg, NULL, 0); in parse_opts()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtask_fd_query_user.c63 ret = (int)strtol(buf, NULL, 10); in bpf_find_probe_type()
86 ret = (int)strtol(buf + strlen("config:"), NULL, 10); in bpf_get_retprobe_bit()
265 attr.config = strtol(buf, NULL, 0); in test_debug_fs_uprobe()
/third_party/eudev/src/udev/
H A Dudev-builtin-net_id.c153 dev_port = strtol(attr, NULL, 10); in dev_pci_onboard()
206 dev_port = strtol(attr, NULL, 10); in dev_pci_slot()
241 i = strtol(dent->d_name, &rest, 10); in dev_pci_slot()
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp115 opts.cpuNum = strtol(optarg, &errorCheck, decimal); in ParseOptions()
127 opts.iterNum = strtol(optarg, &errorCheck, decimal); in ParseOptions()
187 int converted = static_cast<int>(strtol(argstr.c_str(), &errorCheck, 10)); in ResolveArgs()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser.cc166 uint64_t val = static_cast<uint64_t>(std::strtol(str, &next_str, 10)); in ProcessChunk()
487 static_cast<int8_t>(strtol(glsl_type.c_str() + 3, nullptr, 10)); in ParseGlslFormat()
494 static_cast<int8_t>(strtol(glsl_type.c_str() + 4, nullptr, 10)); in ParseGlslFormat()
/base/telephony/core_service/utils/codec/src/
H A Dasn1_utils.cpp150 uint8_t byte = static_cast<uint8_t>(strtol((hexStr.substr(i, BYTE_TO_HEX_LEN)).c_str(), in HexStrToBytes()
165 int32_t valInt = static_cast<int32_t>(strtol(hexStr.c_str(), nullptr, HEX_DATA_LEN)); in BytesToInt()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Dinterrupt_multi_renderer_test.cpp269 streamType1 = static_cast<AudioStreamType>(strtol(argv[ARG_INDEX_3], NULL, NUM_BASE)); in TestPlayback()
272 streamType2 = static_cast<AudioStreamType>(strtol(argv[ARG_INDEX_4], NULL, NUM_BASE)); in TestPlayback()
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip_list.c227 strtol(idVendor, NULL, 16), in list_devices()
228 strtol(idProduct, NULL, 16)); in list_devices()
/kernel/linux/linux-5.10/scripts/dtc/
H A Dutil.c153 val = strtol(x, &endx, 8); in get_oct_char()
176 val = strtol(x, &endx, 16); in get_hex_char()
/kernel/linux/linux-6.6/tools/perf/dlfilters/
H A Ddlfilter-test-api-v2.c184 verbose = strtol(dlargv[1], NULL, 0); in start()
187 d->do_early = strtol(dlargv[4], NULL, 0); in start()
H A Ddlfilter-test-api-v0.c169 verbose = strtol(dlargv[1], NULL, 0); in start()
172 d->do_early = strtol(dlargv[4], NULL, 0); in start()

Completed in 20 milliseconds

12345678910>>...32