Home
last modified time | relevance | path

Searched defs:shunget (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/internal/
Dshgetc.h29 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0) macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dshgetc.h30 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dshgetc.h30 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dshgetc.h29 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0) macro
/third_party/ffmpeg/libavutil/
Davsscanf.c117 #define shunget(f) ((f)->shend ? (void)(f)->rpos-- : (void)0) macro