Home
last modified time | relevance | path

Searched refs:strtoll (Results 1 - 25 of 109) sorted by relevance

12345

/third_party/musl/porting/liteos_a/kernel/src/stdlib/
H A Dstrtol.c26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
43 return strtoll(s, p, base); in strtoimax()
53 weak_alias(strtoll, __strtoll_internal);
/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtol.c26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
43 return strtoll(s, p, base); in strtoimax_weak()
54 weak_alias(strtoll, __strtoll_internal);
/third_party/musl/src/stdlib/
H A Dstrtol.c26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
51 return strtoll(s, p, base); in strtoimax_weak()
68 weak_alias(strtoll, __strtoll_internal);
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dstrtol.c26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
42 weak_alias(strtoll, __strtoll_internal);
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dstrtol.c26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
42 weak_alias(strtoll, __strtoll_internal);
/third_party/ffmpeg/libavformat/
H A Dlibsrt.c406 s->rw_timeout = strtoll(buf, NULL, 10); in libsrt_setup()
409 s->listen_timeout = strtoll(buf, NULL, 10); in libsrt_setup()
543 s->maxbw = strtoll(buf, NULL, 10); in libsrt_open()
563 s->snddropdelay = strtoll(buf, NULL, 10); in libsrt_open()
579 s->inputbw = strtoll(buf, NULL, 10); in libsrt_open()
585 s->latency = strtoll(buf, NULL, 10); in libsrt_open()
588 s->latency = strtoll(buf, NULL, 10); in libsrt_open()
591 s->rcvlatency = strtoll(buf, NULL, 10); in libsrt_open()
594 s->peerlatency = strtoll(buf, NULL, 10); in libsrt_open()
603 s->connect_timeout = strtoll(bu in libsrt_open()
[all...]
H A Ddashdec.c589 seg->url_offset = strtoll(str_offset, NULL, 10); in get_Fragment()
590 seg->size = strtoll(str_end_offset, NULL, 10) - seg->url_offset + 1; in get_Fragment()
684 tml->starttime = (int64_t)strtoll(val, NULL, 10); in parse_manifest_segmenttimeline()
686 tml->repeat =(int64_t) strtoll(val, NULL, 10); in parse_manifest_segmenttimeline()
688 tml->duration = (int64_t)strtoll(val, NULL, 10); in parse_manifest_segmenttimeline()
936 rep->presentation_timeoffset = (int64_t) strtoll(val, NULL, 10); in parse_manifest_representation()
942 rep->fragment_duration = (int64_t) strtoll(val, NULL, 10); in parse_manifest_representation()
948 rep->fragment_timescale = (int64_t) strtoll(val, NULL, 10); in parse_manifest_representation()
954 rep->start_number = rep->first_seq_no = (int64_t) strtoll(val, NULL, 10); in parse_manifest_representation()
968 rep->last_seq_no =(int64_t) strtoll(va in parse_manifest_representation()
[all...]
/third_party/skia/third_party/musl_compat/
H A Dlocale.c14 return strtoll(nptr, endptr, base); in strtoll_l()
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dnewfs_msdos.c62 l = strtoll(b, &eb, 0); in get_tstamp()
215 x = strtoll(arg, &s, 0); in argtooff()
/third_party/musl/libc-test/src/functional/
H A Dstrtol.c90 TEST(ll, strtoll(s="9223372036854775808", &c, 0), 9223372036854775807LL, "uncaught overflow %lld != %lld"); in main()
93 TEST(ll, strtoll(s="-9223372036854775809", &c, 0), -9223372036854775807LL-1, "uncaught overflow %lld != %lld"); in main()
H A Dtest-malloc-stats-print.c30 long long result = strtoll(*s, &end_ptr, 10); in parse_amount()
/third_party/ffmpeg/compat/
H A Dstrtod.c84 res = strtoll(nptr, (char **)&end, 16); in avpriv_strtod()
/third_party/cups/
H A Dconfig.h55 # define strtoll(nptr, endptr, base) strtol((nptr), (endptr), (base)) macro
/third_party/vixl/examples/aarch64/
H A Ddisasm.cc52 " accepted by strtoll can be specified. The address is printed\n" in PrintUsage()
82 return (int64_t)strtoll(arg, NULL, 0); in ParseInt64()
/third_party/mesa3d/src/freedreno/ir3/tests/
H A Ddisasm.c457 strtoll(&test->instr[9], NULL, 16), in main()
458 strtoll(&test->instr[0], NULL, 16), in main()
/third_party/musl/libc-test/src/math/gen/
H A Dgen.c215 t->i = strtoll(a[i++], &end, 0); in scan()
233 t->i = strtoll(a[i++], &end, 0); in scan()
/third_party/toybox/toys/posix/
H A Dsort.c215 long long xx = strtoll(x, &x, 10), yy = strtoll(y, &y, 10); in compare_values()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h48 #define strtoll _strtoi64 macro
51 // HP C++ on Tru64 does not have strtoll, but strtol is already 64-bit.
52 #define strtoll strtol
376 return strtoll(nptr, endptr, base); in strto64()
/third_party/ffmpeg/libavfilter/
H A Df_bench.c76 const int64_t start = strtoll(e->value, NULL, 0); in filter_frame()
/third_party/curl/lib/
H A Dstrtoofft.c34 * could use in case strtoll() doesn't exist... See
40 # define strtooff strtoll
212 #endif /* Only present if we need strtoll, but don't have it. */
/third_party/mesa3d/src/amd/drm-shim/
H A Dradeon_noop_drm_shim.c161 device_id = strtoll(gpu_id + 2, NULL, 16); in radeon_get_device_id()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h32 long long strtoll (const char *__restrict, char **__restrict, int);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h32 long long strtoll (const char *__restrict, char **__restrict, int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h34 long long strtoll (const char *__restrict, char **__restrict, int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h32 long long strtoll (const char *__restrict, char **__restrict, int);

Completed in 12 milliseconds

12345