Searched refs:strtoi_type (Results 1 – 7 of 7) sorted by relevance
40 strtoi_type57 strtoi_type val = 0; in strtoi()95 strtoi_type cutoff = ucutoff / base; in strtoi()98 strtoi_type cutoff = strtoi_max / base; in strtoi()117 if (__builtin_mul_overflow(val, (strtoi_type) base, &val) || in strtoi()118 __builtin_add_overflow(val, (strtoi_type) i, &val)) in strtoi()125 val = val * (strtoi_type) base + (strtoi_type) i; in strtoi()141 val = (strtoi_type) ucutoff; in strtoi()
33 #define strtoi_type unsigned long macro
33 #define strtoi_type unsigned long long macro
33 #define strtoi_type uintmax_t macro
33 #define strtoi_type long macro
33 #define strtoi_type long long macro
33 #define strtoi_type intmax_t macro