Home
last modified time | relevance | path

Searched refs:strtol (Results 476 - 500 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface_unix.c571 gid = strtol(gid_str, &endp, 10); in wpas_ctrl_iface_open_sock()
1295 gid = strtol(gid_str, &endp, 10); in wpas_global_ctrl_iface_open_sock()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp1099 isOpacity ? (strtod(value, nullptr) * ALPHA_MAX) : static_cast<int32_t>(strtol(value, nullptr, DEC)); in GetAnimatorValue()
1947 return strtol(style->GetStrValue(), nullptr, DEC); in GetStylePixelValue()
1962 return strtol(style->GetStrValue(), nullptr, DEC); in GetStyleDegValue()
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-config.c3110 ret = strtol(optarg, &ptr, 10); in cmdline()
3117 ret = strtol(optarg, &ptr, 10); in cmdline()
3133 ret = strtol(optarg, &ptr, 10); in cmdline()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dveristat.c273 env.log_level = strtol(arg, NULL, 10); in parse_arg()
284 env.log_size = strtol(arg, NULL, 10); in parse_arg()
525 val = strtol(p, (char **)&end, 10); in append_filter()
/third_party/ffmpeg/libavcodec/
H A Dffv1enc.c780 s->rc_stat[j][i] = strtol(p, &next, 0); in encode_init()
793 s->rc_stat2[i][j][k][m] = strtol(p, &next, 0); in encode_init()
804 gob_count = strtol(p, &next, 0); in encode_init()
/third_party/curl/tests/server/
H A Dsws.c459 req->testno = strtol(ptr, &ptr, 10); in ProcessRequest()
566 req->testno = strtol(&testno[9], NULL, 10); in ProcessRequest()
592 req->testno = strtol(ptr, &ptr, 10); in ProcessRequest()
/third_party/eudev/src/udev/
H A Dudev-rules.c1368 mode = strtol(attr, NULL, 8); in add_rule()
1520 mode = strtol(value, &endptr, 8); in add_rule()
2358 mode = strtol(mode_str, &endptr, 8); in udev_rules_apply_to_event()
/third_party/ffmpeg/libavformat/
H A Dsbgdec.c189 hours = strtol(cur, &end, 10); in str_to_time()
193 minutes = strtol(cur, &end, 10); in str_to_time()
429 r = strtol(oarg.s, &tptr, 10); in parse_options()
H A Dmvdec.c85 v = strtol(s, NULL, 10); in var_read_int()
/third_party/backends/backend/
H A Du12.c685 vi = strtol( tmp, 0, 0 ); in decodeUsbIDs()
695 pi = strtol( tmp, 0, 0 ); in decodeUsbIDs()
748 *((int*)result) = strtol( tmp2, 0, 0 ); in decodeVal()
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.c479 spi_cu_en = strtol(str, NULL, 16); in set_custom_cu_en_mask()
492 first = last = strtol(str, &str, 10); in set_custom_cu_en_mask()
497 last = strtol(str, &str, 10); in set_custom_cu_en_mask()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c62 vlan_id = strtol(buf, &pos, 10); in hostapd_config_read_vlan_file()
2478 conf->country[2] = strtol(pos, NULL, 16);
3075 bss->ctrl_interface_gid = strtol(group, &endp, 10);
4062 bss->t_c_timestamp = strtol(pos, NULL, 0);
4222 val = strtol(pos, &endp, 0);
4240 val = strtol(pos, &endp, 0);
4334 bss->dpp_netaccesskey_expiry = strtol(pos, NULL, 0);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h375 #define oal_strtol strtol
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp58 int64_t result = std::strtol(value.c_str(), &pEnd, 10); in StringToInt()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.cpp133 connectConfig.frequency = strtol(configs[P2P_GROUP_CONFIG_INDEX_FREQ].c_str(), nullptr, DECIMAL_BASE); in P2pConnectGroup()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_sync_utils_test.cpp278 EXPECT_EQ(strtol(colValue[0], nullptr, 10), expectCount); // 10: decimal in QueryCountCallback()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c464 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dcommon.c545 return strtol(vendor_id_buf, NULL, 0); in read_sysfs_hex_int()
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dpcm-test.c87 v = strtol(id, &end, 10); in device_from_id()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dconfig.c336 long val = strtol(value, &end, 0); in perf_parse_long()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c241 int snum = strtol(str, &next, 10); in match_number()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c464 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
/kernel/linux/linux-6.6/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c652 *value = strtol(buff, NULL, 0); in read_sysfs_data()
/third_party/ffmpeg/libavfilter/
H A Dvsrc_life.c130 long int rule = strtol(rule_str, &tail, 10); in parse_rule()
/third_party/curl/lib/vquic/
H A Dvquic.c100 long l = strtol(p, NULL, 10); in vquic_ctx_init()

Completed in 48 milliseconds

1...<<11121314151617181920>>...30