/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_common_util.cpp | 615 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 D | msg_zerocopy.c | 726 cfg_cork = strtol(optarg, NULL, 0); in parse_opts() 729 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
|
H A D | so_txtime.c | 312 array->delay_us = strtol(tok, NULL, 0) * 1000; in parse_io()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | conf.c | 96 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 D | msg_zerocopy.c | 726 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 D | test_loader.c | 123 tmp = strtol(str + 2, &end, 16); in parse_int() 125 tmp = strtol(str, &end, 10); in parse_int()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_join.c | 124 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 D | parseutils.c | 165 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 D | oscore-interop-server.c | 640 log_level = strtol(optarg, NULL, 10); in main() 643 csm_max_message_size = strtol(optarg, NULL, 10); in main()
|
H A D | coap-rd.c | 822 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 D | main-unix.c | 193 err_line = (unsigned int) strtol ((char *) current_p, (char **) ¤t_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 D | adig.c | 218 (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 D | page-poisoning.c | 850 child_num = strtol(optarg, NULL, 0); in main() 862 shm_size = strtol(optarg, NULL, 0); in main()
|
/third_party/mesa3d/src/glx/ |
H A D | single2.c | 635 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 D | linux-core.c | 201 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 D | mathbench.c | 708 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 D | strutil.h | 51 // 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 D | rtsp.c | 893 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 D | cast_local_file_channel_common.cpp | 191 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 D | cast_local_file_channel_common.cpp | 191 fd = static_cast<int>(strtol(fileId.c_str(), &nextPtr, DECIMALISM)); in ConvertFileId()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | image_animator_component.cpp | 271 imageAnimator_->SetRepeatTimes(strtol(iteration, nullptr, DEC)); in ParseToIteration()
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_chain_adapter.cpp | 259 streamUsage = static_cast<int32_t>(std::strtol(pack.streamUsage, nullptr, BASE_TEN)); in EffectChainManagerAddSessionInfo()
|
/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_api_operation.cpp | 93 long val = strtol(str.c_str(), &end, 10); in TryParseInt()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | frame_aware_plugin.cpp | 294 int result = strtol(target, &endPtr, DECIMAL);
in ConvertToInteger()
|
/foundation/distributedhardware/device_manager/common/src/ |
H A D | dm_anonymous.cpp | 210 long result = strtol(str.c_str(), &nextPtr, base); in StringToInt()
|