/third_party/ffmpeg/libavformat/ |
H A D | srtdec.c | 49 strtol(buf, &pbuf, 10) < 0 || pbuf == buf) in srt_probe() 176 if (strtol(line, &pline, 10) < 0 || line == pline) in srt_read_header() 186 const int standalone_number = strtol(line_cache, &pline, 10) >= 0 && pline && !*pline; in srt_read_header()
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | util.c | 58 val = strtol(name, &endptr, 0); in reg() 145 val = strtol(name, &endptr, 0); in afuc_gpu_reg() 202 unsigned val = strtol(name, &endptr, 16); in afuc_gpr_reg()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | thugetlb.c | 147 file_size = strtol(optarg, NULL, 10); in main() 150 corrupt_page = strtol(optarg, NULL, 10); in main() 181 shmkey = strtol(optarg, NULL, 10); in main()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | thugetlb.c | 147 file_size = strtol(optarg, NULL, 10); in main() 150 corrupt_page = strtol(optarg, NULL, 10); in main() 181 shmkey = strtol(optarg, NULL, 10); in main()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | picker_view_component.cpp | 39 uint32_t year = (picker.GetSelectYear() == nullptr) ? 0 : strtol(picker.GetSelectYear(), nullptr, DEC); in OnDatePickerStoped() 40 uint32_t month = (picker.GetSelectMonth() == nullptr) ? 0 : strtol(picker.GetSelectMonth(), nullptr, DEC); in OnDatePickerStoped() 41 uint32_t day = (picker.GetSelectDay() == nullptr) ? 0 : strtol(picker.GetSelectDay(), nullptr, DEC); in OnDatePickerStoped() 72 uint32_t hour = (picker.GetSelectHour() == nullptr) ? 0 : strtol(picker.GetSelectHour(), nullptr, DEC); in OnTimePickerStoped() 73 uint32_t minute = (picker.GetSelectMinute() == nullptr) ? 0 : strtol(picker.GetSelectMinute(), nullptr, DEC); in OnTimePickerStoped()
|
/kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/ |
H A D | dump_psb.c | 166 relevant = strtol(optarg, NULL, 16); in main() 169 numpst = strtol(optarg, NULL, 10); in main()
|
/kernel/linux/linux-6.6/tools/power/cpupower/debug/i386/ |
H A D | dump_psb.c | 164 relevant = strtol(optarg, NULL, 16); in main() 167 numpst = strtol(optarg, NULL, 10); in main()
|
/kernel/linux/linux-6.6/samples/hid/ |
H A D | hid_surface_dial.c | 86 return (int)strtol(str_id, NULL, 16); in get_hid_id() 160 l = strtol(optarg, &endp, 10); in main()
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_asic_id.c | 61 did = strtol(s_did, &endptr, 16); in parse_one_line() 75 rid = strtol(s_rid, &endptr, 16); in parse_one_line()
|
/third_party/ltp/lib/ |
H A D | self_exec.c | 107 i = strtol(tok, &endptr, 10); in maybe_run_child() 117 i = strtol(tok, &endptr, 10); in maybe_run_child()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | kill.c | 81 int i = strtol(TT.s, &arg, 10); in kill_main() 144 pid = strtol(arg, &tmp, 10); in kill_main()
|
/third_party/toybox/toys/posix/ |
H A D | kill.c | 83 int i = strtol(TT.s, &arg, 10); in kill_main() 148 pid = strtol(arg, &tmp, 10); in kill_main()
|
/third_party/ffmpeg/libavutil/ |
H A D | channel_layout.c | 148 i = strtol(str + 4, NULL, 0); in av_channel_from_string() 160 id = strtol(p, &endptr, 0); in av_channel_from_string() 225 i = strtol(name, &end, 10); in get_channel_layout_single() 265 nb = strtol(name, &end, 10); in av_get_extended_channel_layout() 427 order = strtol(p, &endptr, 0); in av_channel_layout_from_string() 515 id = strtol(p, &endptr, 0); in av_channel_layout_from_string() 586 channel_layout->u.map[idx].id = strtol(p, NULL, 0); in av_channel_layout_from_string() 610 channels = strtol(str, &end, 10); in av_channel_layout_from_string()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 657 cfg_src_port = strtol(optarg, NULL, 0); in parse_opts() 674 cfg_payload_len = strtol(optarg, NULL, 0); in parse_opts() 677 cfg_num_pkt = strtol(optarg, NULL, 0); in parse_opts() 701 cfg_num_secs = strtol(optarg, NULL, 0); in parse_opts() 707 cfg_dsfield_outer = strtol(optarg, NULL, 0); in parse_opts() 710 cfg_dsfield_inner = strtol(optarg, NULL, 0); in parse_opts()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 657 cfg_src_port = strtol(optarg, NULL, 0); in parse_opts() 674 cfg_payload_len = strtol(optarg, NULL, 0); in parse_opts() 677 cfg_num_pkt = strtol(optarg, NULL, 0); in parse_opts() 701 cfg_num_secs = strtol(optarg, NULL, 0); in parse_opts() 707 cfg_dsfield_outer = strtol(optarg, NULL, 0); in parse_opts() 710 cfg_dsfield_inner = strtol(optarg, NULL, 0); in parse_opts()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | string.h | 41 #define simple_strtol strtol
|
/kernel/linux/linux-5.10/tools/wmi/ |
H A D | dell-smbios-example.c | 73 *value = (__u16) strtol(buf, NULL, 16); in find_token() 87 *location = (__u16) strtol(buf, NULL, 16); in find_token()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | gup_test.c | 125 /* strtol, so you can pass flags in hex form */ in main() 126 gup.gup_flags = strtol(optarg, 0, 0); in main() 193 long page_index = strtol(argv[optind], 0, 0) + 1; in main()
|
H A D | ksm_functional_tests.c | 88 my_ksm_zero_pages = strtol(substr_ksm_zero + value_pos, NULL, 10); in get_my_ksm_zero_pages() 106 return strtol(buf, NULL, 10); in get_my_merging_pages() 119 return strtol(buf, NULL, 10); in ksm_get_full_scans()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage_rcu_tasks_trace.c | 39 ret = strtol(arg, NULL, 10); in parse_arg() 47 ret = strtol(arg, NULL, 10); in parse_arg()
|
/kernel/linux/linux-6.6/tools/wmi/ |
H A D | dell-smbios-example.c | 73 *value = (__u16) strtol(buf, NULL, 16); in find_token() 87 *location = (__u16) strtol(buf, NULL, 16); in find_token()
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-hwdb.c | 76 vn = strtol(v, NULL, 16); in modalias_usb() 79 pn = strtol(p, NULL, 16); in modalias_usb()
|
/third_party/ffmpeg/tools/ |
H A D | scale_slice_test.c | 132 width = strtol(argv[2], NULL, 0); in main() 133 height = strtol(argv[3], NULL, 0); in main()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | audio_renderer_test.cpp | 328 contentType = static_cast<ContentType>(strtol(argv[ARGS_INDEX_TWO], NULL, numBase)); in TestPlayback() 329 streamUsage = static_cast<StreamUsage>(strtol(argv[ARGS_INDEX_THREE], NULL, numBase)); in TestPlayback() 333 bufferMsec = strtol(argv[ARGS_COUNT_FOUR], nullptr, numBase); in TestPlayback()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | task_fd_query_user.c | 61 ret = (int)strtol(buf, NULL, 10); in bpf_find_probe_type() 84 ret = (int)strtol(buf + strlen("config:"), NULL, 10); in bpf_get_retprobe_bit() 253 attr.config = strtol(buf, NULL, 0); in test_debug_fs_uprobe()
|