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/
H A 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/
H A 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/
H A Dvfwscanf.c15 #define SIZE_hh -2 macro
26 case SIZE_hh: in store_int()
159 if (*p == 'h') p++, size = SIZE_hh; in vfwscanf()
H A 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/
H A 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/
H A 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()

Completed in 4 milliseconds