Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/wcstox/
Dfloatscan.c71 if (c-'0'>=10U && pok) shunget(f); in scanexp()
74 shunget(f); in scanexp()
82 shunget(f); in scanexp()
143 shunget(f); in decfloat()
152 shunget(f); in decfloat()
378 shunget(f); in hexfloat()
380 shunget(f); in hexfloat()
381 if (gotrad) shunget(f); in hexfloat()
393 shunget(f); in hexfloat()
401 shunget(f); in hexfloat()
[all …]
Dintscan.c74 shunget(f); in __intscan()
75 if (pok) shunget(f); in __intscan()
86 shunget(f); in __intscan()
116 shunget(f); in __intscan()
Dshgetc.h30 void shunget(struct fake_file_t *);
Dshgetc.c22 void shunget(struct fake_file_t *f) { in shunget() function