Lines Matching refs:FAST_FUNC
19 unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base, in xstrtou()
77 unsigned type FAST_FUNC xstrtou(_range)(const char *numstr, int base, in xstrtou()
84 unsigned type FAST_FUNC xstrtou(_sfx)(const char *numstr, int base, in xstrtou()
90 unsigned type FAST_FUNC xstrtou()(const char *numstr, int base) in xstrtou()
95 unsigned type FAST_FUNC xatou(_range_sfx)(const char *numstr, in xatou()
103 unsigned type FAST_FUNC xatou(_range)(const char *numstr, in xatou()
110 unsigned type FAST_FUNC xatou(_sfx)(const char *numstr, in xatou()
116 unsigned type FAST_FUNC xatou()(const char *numstr) in xatou()
123 type FAST_FUNC xstrto(_range_sfx)(const char *numstr, int base, in xstrto()
154 type FAST_FUNC xstrto(_range)(const char *numstr, int base, type lower, type upper) in xstrto()
159 type FAST_FUNC xstrto()(const char *numstr, int base) in xstrto()
164 type FAST_FUNC xato(_range_sfx)(const char *numstr, in xato()
172 type FAST_FUNC xato(_range)(const char *numstr, type lower, type upper) in xato()
177 type FAST_FUNC xato(_sfx)(const char *numstr, const struct suffix_mult *suffixes) in xato()
182 type FAST_FUNC xato()(const char *numstr) in xato()