/third_party/curl/tests/libtest/ |
H A D | lib591.c | 83 strtol(libtest_arg2, NULL, 10)*1000); in test()
|
/third_party/ffmpeg/libavformat/ |
H A D | replaygain.c | 54 db = strtol(value, &fraction, 0); in parse_value()
|
/third_party/alsa-utils/alsaucm/ |
H A D | usecase.c | 132 strtol(str, &end, 10); in is_long()
|
/third_party/backends/tools/ |
H A D | mustek600iin-off.c | 91 i = strtol (ch, NULL, 0); in str2int()
|
/third_party/icu/tools/unicode/c/genprops/misc/ |
H A D | ucdmerge.c | 86 c=strtol(line, &end, 16); in main()
|
/third_party/mesa3d/src/panfrost/drm-shim/ |
H A D | panfrost_noop.c | 55 gp->value = strtol(override_version, NULL, 16); in pan_ioctl_get_param()
|
/third_party/mesa3d/src/util/ |
H A D | mesa-sha1.c | 65 buf[i] = strtol(tmp, NULL, 16); in _mesa_sha1_hex_to_sha1()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | vms_decc_init.c | 80 verbose = strtol(openssl_debug_decc_init, NULL, 10); in decc_init()
|
/third_party/openssl/apps/ |
H A D | vms_decc_init.c | 80 verbose = strtol(openssl_debug_decc_init, NULL, 10); in decc_init()
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | peer_binder_catcher.cpp | 228 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 D | xcollie_utils.cpp | 270 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 D | thread_map.c | 95 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 D | bench_bloom_filter_map.c | 70 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 D | thread_map.c | 96 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 D | toeplitz.c | 428 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 D | task_fd_query_user.c | 63 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 D | udev-builtin-net_id.c | 153 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 D | benchmark_framework.cpp | 115 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 D | type_parser.cc | 166 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 D | asn1_utils.cpp | 150 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 D | interrupt_multi_renderer_test.cpp | 269 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 D | usbip_list.c | 227 strtol(idVendor, NULL, 16), in list_devices() 228 strtol(idProduct, NULL, 16)); in list_devices()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | util.c | 153 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 D | dlfilter-test-api-v2.c | 184 verbose = strtol(dlargv[1], NULL, 0); in start() 187 d->do_early = strtol(dlargv[4], NULL, 0); in start()
|
H A D | dlfilter-test-api-v0.c | 169 verbose = strtol(dlargv[1], NULL, 0); in start() 172 d->do_early = strtol(dlargv[4], NULL, 0); in start()
|