/third_party/backends/backend/ |
H A D | u12.c | 685 vi = strtol( tmp, 0, 0 ); in decodeUsbIDs() 695 pi = strtol( tmp, 0, 0 ); in decodeUsbIDs() 748 *((int*)result) = strtol( tmp2, 0, 0 ); in decodeVal()
|
H A D | plustek-usbcalfile.c | 234 diml = strtol(&tmp[strlen(which)], NULL, 10); in usb_ReadSamples()
|
H A D | umax_pp.c | 220 prt = strtol (devname + 2, NULL, 16); in umax_pp_attach() 1084 prt = strtol (devlist[0].port + 2, NULL, 16); in sane_open() 1126 prt = strtol (devlist[i].port + 2, NULL, 16); in sane_open()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_gpu_info.c | 479 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 D | ap_config_file.c | 62 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 D | oal_util.h | 375 #define oal_strtol strtol
|
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | source_map.cpp | 58 int64_t result = std::strtol(value.c_str(), &pEnd, 10); in StringToInt()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter.cpp | 133 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 D | cloud_db_sync_utils_test.cpp | 278 EXPECT_EQ(strtol(colValue[0], nullptr, 10), expectCount); // 10: decimal in QueryCountCallback()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_life.c | 130 long int rule = strtol(rule_str, &tail, 10); in parse_rule()
|
/third_party/ffmpeg/libavformat/ |
H A D | mvdec.c | 85 v = strtol(s, NULL, 10); in var_read_int()
|
/third_party/curl/lib/vquic/ |
H A D | vquic.c | 100 long l = strtol(p, NULL, 10); in vquic_ctx_init()
|
/third_party/alsa-utils/bat/ |
H A D | bat.c | 91 duration_i = strtol(bat->narg, &ptri, 10); in get_duration()
|
/third_party/alsa-lib/src/ |
H A D | conf.c | 693 v = strtol(str, &end, base); in _snd_safe_strtol_base()
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
H A D | normperf.cpp | 140 options=(int32_t)strtol(cmdLineOptions[0].value, NULL, 16); in NormalizerPerformanceTest()
|
/third_party/node/deps/v8/src/flags/ |
H A D | flags.cc | 644 flag->set_int_variable(static_cast<int>(strtol(value, &endp, 10)), in SetFlagsFromCommandLine()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_addr.c | 845 long portnum = strtol(service, &endp, 10); in BIO_lookup_ex()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_addr.c | 845 long portnum = strtol(service, &endp, 10); in BIO_lookup_ex()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 261 unsigned int value = (unsigned int)std::strtol(str.c_str(), &parseEnd, 16); in NumberStringToBit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 261 unsigned int value = (unsigned int)std::strtol(str.c_str(), &parseEnd, 16); in NumberStringToBit()
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 461 unsigned int value = (unsigned int)std::strtol(str.c_str(), &parseEnd, 16); in NumberStringToBit()
|
/third_party/toybox/toys/pending/ |
H A D | crond.c | 142 long val = strtol(num, &num, 10); in getval()
|
H A D | dhcpd.c | 509 long ret_val = strtol(str, &endptr, base); in strtou32() 636 mask = strtol(++tp, &tp, 10); in strtoopt() 675 sltmp->mac[count] = strtol(tkmac, &tkmac, 16); in get_staticlease()
|
/third_party/python/Python/ |
H A D | preconfig.c | 537 long value = strtol(str, (char **)&endptr, 10); in _Py_str_to_int()
|
/third_party/libcoap/examples/ |
H A D | coap-server.c | 2879 log_level = strtol(optarg, NULL, 10); in main() 2882 dtls_log_level = strtol(optarg, NULL, 10); in main() 2892 csm_max_message_size = strtol(optarg, NULL, 10); in main()
|