Home
last modified time | relevance | path

Searched refs:strtol (Results 26 - 50 of 472) sorted by relevance

12345678910>>...19

/third_party/ffmpeg/libavformat/
H A Dtcp.c127 s->listen = strtol(buf, &endptr, 10); in tcp_open()
133 s->rw_timeout = strtol(buf, NULL, 10); in tcp_open()
136 s->listen_timeout = strtol(buf, NULL, 10); in tcp_open()
139 s->tcp_nodelay = strtol(buf, NULL, 10); in tcp_open()
H A Dsrtdec.c49 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()
H A Dsapenc.c96 port = strtol(buf, NULL, 10); in sap_write_header()
99 same_port = strtol(buf, NULL, 10); in sap_write_header()
102 ttl = strtol(buf, NULL, 10); in sap_write_header()
H A Drtpdec_h264.c80 profile_idc = strtol(buffer, NULL, 16); in parse_profile_level_id()
83 profile_iop = strtol(buffer, NULL, 16); in parse_profile_level_id()
86 level_idc = strtol(buffer, NULL, 16); in parse_profile_level_id()
/third_party/backends/tools/
H A Dumax_pp.c248 gain = strtol (argv[i], NULL, 16); in main()
269 offset = strtol (argv[i], NULL, 16); in main()
301 port = strtol (argv[i], NULL, 16); in main()
362 rc = sanei_umax_pp_initPort (strtol (ports[i], NULL, 16), NULL); in main()
/third_party/node/deps/openssl/openssl/apps/
H A Dasn1parse.c118 offset = strtol(opt_arg(), NULL, 0); in asn1parse_main()
121 length = strtol(opt_arg(), NULL, 0); in asn1parse_main()
127 dump = strtol(opt_arg(), NULL, 0); in asn1parse_main()
235 j = strtol(sk_OPENSSL_STRING_value(osk, i), NULL, 0); in asn1parse_main()
/third_party/openssl/apps/
H A Dasn1parse.c118 offset = strtol(opt_arg(), NULL, 0); in asn1parse_main()
121 length = strtol(opt_arg(), NULL, 0); in asn1parse_main()
127 dump = strtol(opt_arg(), NULL, 0); in asn1parse_main()
238 j = strtol(sk_OPENSSL_STRING_value(osk, i), NULL, 0); in asn1parse_main()
/third_party/toybox/toys/posix/
H A Dpatch.c375 TT.oldline = strtol(s, &s, 10); in patch_main()
376 if (*s == ',') TT.oldlen=strtol(s+1, &s, 10); in patch_main()
377 TT.newline = strtol(s+2, &s, 10); in patch_main()
378 if (*s == ',') TT.newlen = strtol(s+1, &s, 10); in patch_main()
H A Dsort.c210 } else if (flags & FLAG_x) return strtol(x, NULL, 16)-strtol(y, NULL, 16); in compare_values()
328 key->range[2*idx] = (unsigned)strtol(temp, &temp, 10); in sort_main()
330 key->range[(2*idx)+1] = (unsigned)strtol(temp+1, &temp, 10); in sort_main()
H A Dkill.c83 int i = strtol(TT.s, &arg, 10); in kill_main()
148 pid = strtol(arg, &tmp, 10); in kill_main()
/third_party/mesa3d/src/freedreno/afuc/
H A Dutil.c58 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 Dthugetlb.c147 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 Dthugetlb.c147 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/ffmpeg/libavutil/
H A Dchannel_layout.c148 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()
/third_party/libdrm/amdgpu/
H A Damdgpu_asic_id.c61 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 Dself_exec.c107 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 Dkill.c81 int i = strtol(TT.s, &arg, 10); in kill_main()
144 pid = strtol(arg, &tmp, 10); in kill_main()
/third_party/curl/tests/http/clients/
H A Dh2-download.c202 max_parallel = (size_t)strtol(optarg, NULL, 10); in main()
205 transfer_count = (size_t)strtol(optarg, NULL, 10); in main()
208 pause_offset = (size_t)strtol(optarg, NULL, 10); in main()
/third_party/ffmpeg/libavresample/tests/
H A Davresample.c223 num_formats = strtol(argv[1], NULL, 0); in main()
227 num_rates = strtol(argv[2], NULL, 0); in main()
231 num_layouts = strtol(argv[3], NULL, 0); in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Ddriver_utils.cpp236 *major = static_cast<int>(strtol(version, &next, 10)); in ParseLinuxOSVersion()
242 *minor = static_cast<int>(strtol(next + 1, &next, 10)); in ParseLinuxOSVersion()
248 *patch = static_cast<int>(strtol(next + 1, &next, 10)); in ParseLinuxOSVersion()
/third_party/eudev/src/udev/
H A Dudev-builtin-hwdb.c76 vn = strtol(v, NULL, 16); in modalias_usb()
79 pn = strtol(p, NULL, 16); in modalias_usb()
/third_party/ffmpeg/tools/
H A Dscale_slice_test.c132 width = strtol(argv[2], NULL, 0); in main()
133 height = strtol(argv[3], NULL, 0); in main()
/third_party/backends/backend/
H A Depsonds-cmd.c278 return strtol(buf + 1, NULL, 10); in decode_value()
280 return strtol(buf + 1, NULL, 10); in decode_value()
282 return strtol(buf + 1, NULL, 16); in decode_value()
284 return strtol(buf + 1, NULL, 16); in decode_value()
302 hl = strtol(tmp + 1, NULL, 16); in decode_binary()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dstring.h41 #define simple_strtol strtol
/third_party/curl/lib/
H A Dgetinfo.c204 unsigned long val = strtol(timestr, NULL, 10); in getinfo_long()
216 unsigned long val = strtol(timestr, NULL, 10); in getinfo_long()
352 unsigned long val = strtol(timestr, NULL, 10); in getinfo_offt()
441 unsigned long val = strtol(timestr, NULL, 10); in getinfo_double()

Completed in 14 milliseconds

12345678910>>...19