Home
last modified time | relevance | path

Searched refs:shend (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/internal/
Dshgetc.c14 f->shend = f->rpos + lim; in __shlim()
16 f->shend = f->rend; in __shlim()
25 f->shend = f->rpos; in __shgetc()
31 f->shend = f->rpos + (f->shlim - cnt); in __shgetc()
33 f->shend = f->rend; in __shgetc()
Dshgetc.h29 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f))
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dshgetc.c14 f->shend = f->rpos + lim; in __shlim()
16 f->shend = f->rend; in __shlim()
25 f->shend = f->rpos; in __shgetc()
31 f->shend = f->rpos + (f->shlim - cnt); in __shgetc()
33 f->shend = f->rend; in __shgetc()
Dshgetc.h28 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f))
Dstdio_impl.h41 unsigned char *shend; member
/third_party/musl/src/internal/
Dshgetc.c14 f->shend = f->rpos + lim; in __shlim()
16 f->shend = f->rend; in __shlim()
25 f->shend = f->rpos; in __shgetc()
31 f->shend = f->rpos + (f->shlim - cnt); in __shgetc()
33 f->shend = f->rend; in __shgetc()
Dshgetc.h28 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f))
Dstdio_impl.h110 unsigned char *shend; member
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dshgetc.c14 f->shend = f->rpos + lim; in __shlim()
16 f->shend = f->rend; in __shlim()
25 f->shend = f->rpos; in __shgetc()
31 f->shend = f->rpos + (f->shlim - cnt); in __shgetc()
33 f->shend = f->rend; in __shgetc()
Dshgetc.h29 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f))
/third_party/ffmpeg/libavutil/
Davsscanf.c41 unsigned char *shend; member
91 f->shend = f->rpos + lim; in ffshlim()
93 f->shend = f->rend; in ffshlim()
102 f->shend = 0; in ffshgetc()
107 f->shend = f->rpos + (f->shlim - cnt); in ffshgetc()
109 f->shend = f->rend; in ffshgetc()
116 #define shgetc(f) (((f)->rpos < (f)->shend) ? *(f)->rpos++ : ffshgetc(f))
117 #define shunget(f) ((f)->shend ? (void)(f)->rpos-- : (void)0)
/third_party/musl/porting/linux/user/src/internal/
Dstdio_impl.h106 unsigned char *shend; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h331 unsigned char *shend; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h331 unsigned char *shend; member