Home
last modified time | relevance | path

Searched refs:store_int (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfscanf.c22 static void store_int(void *dest, int size, unsigned long long i) in store_int() function
176 store_int(dest, size, pos); in vfscanf()
296 else store_int(dest, size, x); in vfscanf()
/third_party/musl/src/stdio/
Dvfscanf.c22 static void store_int(void *dest, int size, unsigned long long i) in store_int() function
176 store_int(dest, size, pos); in vfscanf()
296 else store_int(dest, size, x); in vfscanf()
Dvfwscanf.c22 static void store_int(void *dest, int size, unsigned long long i) in store_int() function
207 store_int(dest, size, pos); in vfwscanf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfscanf.c22 static void store_int(void *dest, int size, unsigned long long i) in store_int() function
176 store_int(dest, size, pos); in vfscanf()
296 else store_int(dest, size, x); in vfscanf()
/third_party/ffmpeg/libavutil/
Davsscanf.c705 static void store_int(void *dest, int size, unsigned long long i) in store_int() function
835 store_int(dest, size, pos); in ff_vfscanf()
915 store_int(dest, size, x); in ff_vfscanf()