Home
last modified time | relevance | path

Searched refs:strtol (Results 351 - 375 of 564) sorted by relevance

1...<<11121314151617181920>>...23

/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()
H A Dplustek-usbcalfile.c234 diml = strtol(&tmp[strlen(which)], NULL, 10); in usb_ReadSamples()
H A Dumax_pp.c220 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 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()
/third_party/ffmpeg/libavfilter/
H A Dvsrc_life.c130 long int rule = strtol(rule_str, &tail, 10); in parse_rule()
/third_party/ffmpeg/libavformat/
H A Dmvdec.c85 v = strtol(s, NULL, 10); in var_read_int()
/third_party/curl/lib/vquic/
H A Dvquic.c100 long l = strtol(p, NULL, 10); in vquic_ctx_init()
/third_party/alsa-utils/bat/
H A Dbat.c91 duration_i = strtol(bat->narg, &ptri, 10); in get_duration()
/third_party/alsa-lib/src/
H A Dconf.c693 v = strtol(str, &end, base); in _snd_safe_strtol_base()
/third_party/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.cpp140 options=(int32_t)strtol(cmdLineOptions[0].value, NULL, 16); in NormalizerPerformanceTest()
/third_party/node/deps/v8/src/flags/
H A Dflags.cc644 flag->set_int_variable(static_cast<int>(strtol(value, &endp, 10)), in SetFlagsFromCommandLine()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c845 long portnum = strtol(service, &endp, 10); in BIO_lookup_ex()
/third_party/openssl/crypto/bio/
H A Dbio_addr.c845 long portnum = strtol(service, &endp, 10); in BIO_lookup_ex()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp261 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 DjsonToSpirv.cpp261 unsigned int value = (unsigned int)std::strtol(str.c_str(), &parseEnd, 16); in NumberStringToBit()
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp461 unsigned int value = (unsigned int)std::strtol(str.c_str(), &parseEnd, 16); in NumberStringToBit()
/third_party/toybox/toys/pending/
H A Dcrond.c142 long val = strtol(num, &num, 10); in getval()
H A Ddhcpd.c509 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 Dpreconfig.c537 long value = strtol(str, (char **)&endptr, 10); in _Py_str_to_int()
/third_party/libcoap/examples/
H A Dcoap-server.c2879 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()

Completed in 43 milliseconds

1...<<11121314151617181920>>...23