Home
last modified time | relevance | path

Searched refs:strtol (Results 326 - 350 of 738) sorted by relevance

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

/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp615 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString()
642 long int num = std::strtol(data.c_str(), &endptr, base); in CheckDataLegal()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dmsg_zerocopy.c726 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()
729 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
H A Dso_txtime.c312 array->delay_us = strtol(tok, NULL, 0) * 1000; in parse_io()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dconf.c96 seed = strtol(env, &endp, 0); in set_randconfig_seed()
191 int tmp = strtol(env, &endp, 10); in conf_set_all_new_symbols()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dmsg_zerocopy.c726 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()
729 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_loader.c123 tmp = strtol(str + 2, &end, 16); in parse_int()
125 tmp = strtol(str, &end, 10); in parse_int()
/third_party/ffmpeg/libavfilter/
H A Daf_join.c124 input_idx = strtol(cur, &cur, 0); in parse_maps()
136 map->in_channel_idx = strtol(cur, &p, 0); in parse_maps()
/third_party/ffmpeg/libavutil/
H A Dparseutils.c165 width = strtol(str, (void*)&p, 10); in av_parse_video_size()
168 height = strtol(p, (void*)&p, 10); in av_parse_video_size()
/third_party/libcoap/examples/
H A Doscore-interop-server.c640 log_level = strtol(optarg, NULL, 10); in main()
643 csm_max_message_size = strtol(optarg, NULL, 10); in main()
H A Dcoap-rd.c822 log_level = strtol(optarg, NULL, 10); in main()
825 dtls_log_level = strtol(optarg, NULL, 10); in main()
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c193 err_line = (unsigned int) strtol ((char *) current_p, (char **) &current_p, 10); in print_unhandled_exception()
197 err_col = (unsigned int) strtol ((char *) current_p, NULL, 10); in print_unhandled_exception()
/third_party/node/deps/cares/src/tools/
H A Dadig.c218 (unsigned short)strtol(state.optarg, NULL, 0); in read_cmdline()
230 (unsigned short)strtol(state.optarg, NULL, 0); in read_cmdline()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
H A Dpage-poisoning.c850 child_num = strtol(optarg, NULL, 0); in main()
862 shm_size = strtol(optarg, NULL, 0); in main()
/third_party/mesa3d/src/glx/
H A Dsingle2.c635 major = strtol(ver, (char **) &end, 10); in version_from_string()
636 minor = strtol(end + 1, NULL, 10); in version_from_string()
/third_party/node/deps/uv/src/unix/
H A Dlinux-core.c201 val = strtol(s, NULL, 10); in uv_resident_set_memory()
458 model_id = strtol(model, NULL, 16); in read_models()
/third_party/optimized-routines/math/test/
H A Dmathbench.c708 measurecount = strtol (argv[1], 0, 0); in main()
714 itercount = strtol (argv[1], 0, 0); in main()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h51 // HP C++ on Tru64 does not have strtoll, but strtol is already 64-bit.
52 #define strtoll strtol
347 // Architecture-neutral plug compatible replacements for strtol() and
359 return strtol(nptr, endptr, base); in strto32()
/third_party/ffmpeg/libavformat/
H A Drtsp.c893 v = strtol(q, &p, 10); in rtsp_parse_range()
897 v = strtol(p, &p, 10); in rtsp_parse_range()
995 th->ttl = strtol(p, &end, 10); in rtsp_parse_transport()
1101 (t = strtol(p, NULL, 10)) > 0) { in ff_rtsp_parse_line()
1105 reply->content_length = strtol(p, NULL, 10); in ff_rtsp_parse_line()
1109 reply->seq = strtol(p, NULL, 10); in ff_rtsp_parse_line()
1120 reply->notice = strtol(p, NULL, 10); in ff_rtsp_parse_line()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
H A Dcast_local_file_channel_common.cpp191 fd = static_cast<int>(strtol(fileId.c_str(), &nextPtr, DECIMALISM)); in ConvertFileId()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/
H A Dcast_local_file_channel_common.cpp191 fd = static_cast<int>(strtol(fileId.c_str(), &nextPtr, DECIMALISM)); in ConvertFileId()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_animator_component.cpp271 imageAnimator_->SetRepeatTimes(strtol(iteration, nullptr, DEC)); in ParseToIteration()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_adapter.cpp259 streamUsage = static_cast<int32_t>(std::strtol(pack.streamUsage, nullptr, BASE_TEN)); in EffectChainManagerAddSessionInfo()
/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp93 long val = strtol(str.c_str(), &end, 10); in TryParseInt()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/
H A Dframe_aware_plugin.cpp294 int result = strtol(target, &endPtr, DECIMAL); in ConvertToInteger()
/foundation/distributedhardware/device_manager/common/src/
H A Ddm_anonymous.cpp210 long result = strtol(str.c_str(), &nextPtr, base); in StringToInt()

Completed in 27 milliseconds

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