Home
last modified time | relevance | path

Searched refs:shlim (Results 1 – 25 of 38) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/src/internal/
Dshgetc.c10 f->shlim = lim; in __shlim()
23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
26 f->shlim = -1; in __shgetc()
30 if (f->shlim && f->rend - f->rpos > f->shlim - cnt) in __shgetc()
31 f->shend = f->rpos + (f->shlim - cnt); in __shgetc()
Dshgetc.h28 #define shlim(f, lim) __shlim((f), (lim)) macro
30 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0)
Dfloatscan.c124 shlim(f, 0); in decfloat()
135 shlim(f, 0); in decfloat()
365 shlim(f, 0); in hexfloat()
377 shlim(f, 0); in hexfloat()
482 shlim(f, 0); in __floatscan()
494 shlim(f, 0); in __floatscan()
Dintscan.c48 else shlim(f, 0); in __intscan()
59 shlim(f, 0); in __intscan()
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dshgetc.c10 f->shlim = lim; in __shlim()
23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
26 f->shlim = -1; in __shgetc()
30 if (f->shlim && f->rend - f->rpos > f->shlim - cnt) in __shgetc()
31 f->shend = f->rpos + (f->shlim - cnt); in __shgetc()
Dshgetc.h27 #define shlim(f, lim) __shlim((f), (lim)) macro
29 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0)
Dfloatscan.c124 shlim(f, 0); in decfloat()
135 shlim(f, 0); in decfloat()
365 shlim(f, 0); in hexfloat()
377 shlim(f, 0); in hexfloat()
482 shlim(f, 0); in __floatscan()
494 shlim(f, 0); in __floatscan()
Dintscan.c48 else shlim(f, 0); in __intscan()
59 shlim(f, 0); in __intscan()
/third_party/musl/src/internal/
Dshgetc.c10 f->shlim = lim; in __shlim()
23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
26 f->shlim = -1; in __shgetc()
30 if (f->shlim && f->rend - f->rpos > f->shlim - cnt) in __shgetc()
31 f->shend = f->rpos + (f->shlim - cnt); in __shgetc()
Dshgetc.h27 #define shlim(f, lim) __shlim((f), (lim)) macro
29 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0)
Dfloatscan.c124 shlim(f, 0); in decfloat()
135 shlim(f, 0); in decfloat()
365 shlim(f, 0); in hexfloat()
377 shlim(f, 0); in hexfloat()
482 shlim(f, 0); in __floatscan()
494 shlim(f, 0); in __floatscan()
Dintscan.c48 else shlim(f, 0); in __intscan()
59 shlim(f, 0); in __intscan()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dshgetc.c10 f->shlim = lim; in __shlim()
23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
26 f->shlim = -1; in __shgetc()
30 if (f->shlim && f->rend - f->rpos > f->shlim - cnt) in __shgetc()
31 f->shend = f->rpos + (f->shlim - cnt); in __shgetc()
Dshgetc.h28 #define shlim(f, lim) __shlim((f), (lim)) macro
30 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0)
Dfloatscan.c124 shlim(f, 0); in decfloat()
135 shlim(f, 0); in decfloat()
365 shlim(f, 0); in hexfloat()
377 shlim(f, 0); in hexfloat()
482 shlim(f, 0); in __floatscan()
494 shlim(f, 0); in __floatscan()
Dintscan.c48 else shlim(f, 0); in __intscan()
59 shlim(f, 0); in __intscan()
/third_party/ffmpeg/libavutil/
Davsscanf.c42 ptrdiff_t shlim, shcnt; member
87 f->shlim = lim; in ffshlim()
100 if (f->shlim && cnt >= f->shlim || (c=ffuflow(f)) < 0) { in ffshgetc()
106 if (f->shlim && f->rend - f->rpos > f->shlim - cnt) in ffshgetc()
107 f->shend = f->rpos + (f->shlim - cnt); in ffshgetc()
115 #define shlim(f, lim) ffshlim((f), (lim)) macro
160 else shlim(f, 0); in ffintscan()
171 shlim(f, 0); in ffintscan()
306 shlim(f, 0); in decfloat()
317 shlim(f, 0); in decfloat()
[all …]
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfscanf.c85 shlim(f, 0); in vfscanf()
92 shlim(f, 0); in vfscanf()
180 shlim(f, 0); in vfscanf()
186 shlim(f, width); in vfscanf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfscanf.c85 shlim(f, 0); in vfscanf()
92 shlim(f, 0); in vfscanf()
180 shlim(f, 0); in vfscanf()
186 shlim(f, width); in vfscanf()
/third_party/musl/porting/linux/user/src/stdio/
Dvfscanf.c97 shlim(f, 0); in vfscanf()
104 shlim(f, 0); in vfscanf()
192 shlim(f, 0); in vfscanf()
198 shlim(f, width); in vfscanf()
/third_party/musl/src/stdio/
Dvfscanf.c97 shlim(f, 0); in vfscanf()
104 shlim(f, 0); in vfscanf()
192 shlim(f, 0); in vfscanf()
198 shlim(f, width); in vfscanf()
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtod.c10 shlim(&f, 0); in strtox()
/third_party/musl/src/stdlib/
Dstrtod.c10 shlim(&f, 0); in strtox()
/third_party/musl/porting/linux/user/src/stdlib/
Dstrtod.c11 shlim(&f, 0); in strtox()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtod.c10 shlim(&f, 0); in strtox()

12