Lines Matching refs:type
19 unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base, in xstrtou()
20 unsigned type lower, in xstrtou()
21 unsigned type upper, in xstrtou()
24 unsigned type r; in xstrtou()
77 unsigned type FAST_FUNC xstrtou(_range)(const char *numstr, int base, in xstrtou()
78 unsigned type lower, in xstrtou()
79 unsigned type upper) 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()
96 unsigned type lower, in xatou()
97 unsigned type upper, in xatou()
103 unsigned type FAST_FUNC xatou(_range)(const char *numstr, in xatou()
104 unsigned type lower, in xatou()
105 unsigned type upper) 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()
124 type lower, in xstrto()
125 type upper, in xstrto()
128 unsigned type u = XSTR_TYPE_MAX; in xstrto()
129 type r; 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()
165 type lower, in xato()
166 type upper, 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()
187 #undef type