Home
last modified time | relevance | path

Searched refs:strtoll (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/musl/porting/liteos_a/kernel/src/stdlib/
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/
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/
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/
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/
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/
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(buf, NULL, 10); in libsrt_open()
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(val, NULL, 10) - 1; in parse_manifest_representation()
[all …]
/third_party/FreeBSD/sbin/newfs_msdos/
Dnewfs_msdos.c62 l = strtoll(b, &eb, 0); in get_tstamp()
215 x = strtoll(arg, &s, 0); in argtooff()
/third_party/skia/third_party/musl_compat/
Dlocale.c14 return strtoll(nptr, endptr, base); in strtoll_l()
/third_party/musl/libc-test/src/functional/
Dstrtol.c90 …TEST(ll, strtoll(s="9223372036854775808", &c, 0), 9223372036854775807LL, "uncaught overflow %lld !… in main()
93 …TEST(ll, strtoll(s="-9223372036854775809", &c, 0), -9223372036854775807LL-1, "uncaught overflow %l… in main()
Dtest-malloc-stats-print.c30 long long result = strtoll(*s, &end_ptr, 10); in parse_amount()
/third_party/cups/
Dconfig.h55 # define strtoll(nptr, endptr, base) strtol((nptr), (endptr), (base)) macro
/third_party/ffmpeg/compat/
Dstrtod.c84 res = strtoll(nptr, (char **)&end, 16); in avpriv_strtod()
/third_party/vixl/examples/aarch64/
Ddisasm.cc81 return (int64_t)strtoll(arg, NULL, 0); in ParseInt64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.cpp461 CurIntVal = strtoll(NumStart, nullptr, 16); in LexNumber()
482 CurIntVal = strtoll(NumStart, nullptr, 2); in LexNumber()
497 CurIntVal = strtoll(TokStart, nullptr, 10); in LexNumber()
/third_party/mesa3d/src/freedreno/ir3/tests/
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/
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/
Dsort.c215 long long xx = strtoll(x, &x, 10), yy = strtoll(y, &y, 10); in compare_values()
Dprintf.c122 else ll = strtoll(aa, &end, 0); in printf_main()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h48 #define strtoll _strtoi64 macro
52 #define strtoll strtol
376 return strtoll(nptr, endptr, base); in strto64()
/third_party/curl/lib/
Dstrtoofft.c40 # define strtooff strtoll
/third_party/ninja/src/
Dbuild_log.cc41 #define strtoll _strtoi64 macro
322 restat_mtime = strtoll(start, NULL, 10); in Load()
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h34 long long strtoll (const char *__restrict, char **__restrict, int);
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h32 long long strtoll (const char *__restrict, char **__restrict, int);
/third_party/ffmpeg/libavfilter/
Df_bench.c76 const int64_t start = strtoll(e->value, NULL, 0); in filter_frame()

123456