Home
last modified time | relevance | path

Searched refs:shlim (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/android/support/src/wcstox/
Dshgetc.h36 void shlim(struct fake_file_t *, off_t lim);
Dintscan.c76 else shlim(f, 0); in __intscan()
87 shlim(f, 0); in __intscan()
Dfloatscan.c145 shlim(f, 0); in decfloat()
156 shlim(f, 0); in decfloat()
383 shlim(f, 0); in hexfloat()
395 shlim(f, 0); in hexfloat()
500 shlim(f, 0); in __floatscan()
512 shlim(f, 0); in __floatscan()
Dshgetc.c30 void shlim(struct fake_file_t *f, off_t lim) { in shlim() function