Home
last modified time | relevance | path

Searched refs:strtol (Results 401 - 425 of 738) sorted by relevance

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

/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-native.c263 src.b[i] = strtol(src_addr, NULL, 16); in sco_do_connect()
265 dst.b[i] = strtol(dst_addr, NULL, 16); in sco_do_connect()
479 src.b[i] = strtol(src_addr, NULL, 16); in sco_listen()
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp268 int ret = (strtol(segB[i].c_str(), nullptr, DEC) < strtol(segA[i].c_str(), nullptr, DEC)) ? 1 : 0; in CompareVersion()
/kernel/linux/linux-5.10/scripts/
H A Dunifdef.c855 *valp = strtol(cp, &ep, 0); in eval_unary()
892 *valp = strtol(value[sym], &ep, 0); in eval_unary()
/kernel/linux/linux-6.6/scripts/
H A Dunifdef.c855 *valp = strtol(cp, &ep, 0); in eval_unary()
892 *valp = strtol(value[sym], &ep, 0); in eval_unary()
/third_party/curl/tests/server/
H A Drtspd.c278 req->testno = strtol(ptr, &ptr, 10); in ProcessRequest()
429 req->testno = strtol(portp + 1, NULL, 10); in ProcessRequest()
/third_party/cups-filters/filter/
H A Dpdftops.c832 xres = yres = strtol(val, (char **)&ptr, 10);
836 yres = strtol(ptr + 1, (char **)&ptr, 10);
/third_party/libwebsockets/lib/core-net/
H A Dnetwork.c699 u = strtol(t, NULL, 16); in lws_parse_numeric_address()
711 u = strtol(t, NULL, 10); in lws_parse_numeric_address()
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c1015 MINIMUM_MEMORY_SIZE_FAILURE = (size_t)strtol(argv[i], &endPtr, 10); in initArgs()
1024 MAXIMUM_MEMORY_SIZE_FAILURE = (size_t)strtol(maxPtr, &endPtr, 10); in initArgs()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c1013 MINIMUM_MEMORY_SIZE_FAILURE = (size_t)strtol(argv[i], &endPtr, 10); in initArgs()
1022 MAXIMUM_MEMORY_SIZE_FAILURE = (size_t)strtol(maxPtr, &endPtr, 10); in initArgs()
/third_party/glslang/StandAlone/
H A DStandAlone.cpp520 int setVal = static_cast<int>(::strtol(argv[curArg], nullptr, 10)); in ProcessGlobalBlockSettings()
532 int bindingVal = static_cast<int>(::strtol(argv[curArg], nullptr, 10)); in ProcessGlobalBlockSettings()
615 int location = static_cast<int>(::strtol(split + 1, nullptr, 10)); in ProcessArguments()
642 uniformBase = static_cast<int>(::strtol(argv[1], nullptr, 10)); in ProcessArguments()
/third_party/curl/lib/
H A Dcf-socket.c813 long l = strtol(p, NULL, 10); in cf_socket_ctx_init()
819 long l = strtol(p, NULL, 10); in cf_socket_ctx_init()
825 long l = strtol(p, NULL, 10); in cf_socket_ctx_init()
831 long l = strtol(p, NULL, 10); in cf_socket_ctx_init()
/third_party/libcoap/examples/
H A Dcoap-client.c695 value = strtol(arg, NULL, 10); in cmdline_hop_limit()
1715 log_level = strtol(optarg, NULL, 10); in main()
1718 dtls_log_level = strtol(optarg, NULL, 10); in main()
1753 csm_max_message_size = strtol(optarg, NULL, 10); in main()
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp341 long value = strtol(iterations, nullptr, DEC); in GetNumIterations()
/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp50 unsigned char uuidByte = (unsigned char)strtol(byteString.c_str(), NULL, DRM_UUID_LEN); in ProcessApplicationDrmInfo()
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_source_impl.cpp179 num = strtol(value.c_str(), &endptr, DECIMAL_BASE); in CheckOrientation()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp314 bytes[index] = strtol(subHexStr.c_str(), nullptr, NUMBER_BASE); in HexStr2Bytes()
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp280 int64_t mode = strtol(modeStr.c_str(), nullptr, BASE); in SyncCommand()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_utils.cpp168 int transRes = strtol(defaultContent.c_str(), nullptr, 10); // 10: decimal in TransToInteger()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_hidump.c340 enable = (int32_t)strtol(optMsg, NULL, DFINDER_DUMP_STRTOL_BASE); in EnableMgtMsgLog()
/kernel/linux/linux-5.10/usr/
H A Dgen_init_cpio.c539 default_mtime = strtol(optarg, &invalid, 10); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c648 cioffset = strtol(argv[1], 0, 0x10); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dcgroup_util.c259 int pid = strtol(ptr, &ptr, 10); in cg_killall()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconf.c544 int tmp = (int)strtol(seed_env, &endp, 0); in main()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-probe.c211 ns_pid = (pid_t)strtol(str, NULL, 10); in opt_set_target_ns()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dconfig.c335 long val = strtol(value, &end, 0); in perf_parse_long()

Completed in 34 milliseconds

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