Lines Matching refs:type
13 #define DECLARE_STR_CONV(type, T, UT) \ argument
15 unsigned type xstrto##UT##_range_sfx(const char *str, int b, unsigned type l, unsigned type u, cons…
16 unsigned type xstrto##UT##_range(const char *str, int b, unsigned type l, unsigned type u) FAST_FUN…
17 unsigned type xstrto##UT##_sfx(const char *str, int b, const struct suffix_mult *sfx) FAST_FUNC; \
18 unsigned type xstrto##UT(const char *str, int b) FAST_FUNC; \
19 unsigned type xato##UT##_range_sfx(const char *str, unsigned type l, unsigned type u, const struct …
20 unsigned type xato##UT##_range(const char *str, unsigned type l, unsigned type u) FAST_FUNC; \
21 unsigned type xato##UT##_sfx(const char *str, const struct suffix_mult *sfx) FAST_FUNC; \
22 unsigned type xato##UT(const char *str) FAST_FUNC; \
23 type xstrto##T##_range_sfx(const char *str, int b, type l, type u, const struct suffix_mult *sfx) F…
24 type xstrto##T##_range(const char *str, int b, type l, type u) FAST_FUNC; \
25 type xstrto##T(const char *str, int b) FAST_FUNC; \
26 type xato##T##_range_sfx(const char *str, type l, type u, const struct suffix_mult *sfx) FAST_FUNC;…
27 type xato##T##_range(const char *str, type l, type u) FAST_FUNC; \
28 type xato##T##_sfx(const char *str, const struct suffix_mult *sfx) FAST_FUNC; \
29 type xato##T(const char *str) FAST_FUNC; \