Home
last modified time | relevance | path

Searched refs:SIZE_hh (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfscanf.c15 #define SIZE_hh -2 macro
26 case SIZE_hh: in store_int()
133 if (*p == 'h') p++, size = SIZE_hh; in vfscanf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfscanf.c15 #define SIZE_hh -2 macro
26 case SIZE_hh: in store_int()
133 if (*p == 'h') p++, size = SIZE_hh; in vfscanf()
/third_party/musl/src/stdio/
Dvfwscanf.c15 #define SIZE_hh -2 macro
26 case SIZE_hh: in store_int()
159 if (*p == 'h') p++, size = SIZE_hh; in vfwscanf()
Dvfscanf.c15 #define SIZE_hh -2 macro
31 case SIZE_hh: in store_int()
145 if (*p == 'h') p++, size = SIZE_hh; in vfscanf()
/third_party/musl/porting/linux/user/src/stdio/
Dvfscanf.c15 #define SIZE_hh -2 macro
31 case SIZE_hh: in store_int()
145 if (*p == 'h') p++, size = SIZE_hh; in vfscanf()
/third_party/ffmpeg/libavutil/
Davsscanf.c47 #define SIZE_hh -2 macro
709 case SIZE_hh: in store_int()
792 if (*p == 'h') p++, size = SIZE_hh; in ff_vfscanf()