Searched refs:store_int (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | vfscanf.c | 22 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/ |
D | vfscanf.c | 22 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()
|
D | vfwscanf.c | 22 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/ |
D | vfscanf.c | 22 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/ |
D | avsscanf.c | 705 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()
|