Home
last modified time | relevance | path

Searched refs:strtoi_type (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dstrtoi.h40 strtoi_type
57 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()
Dstrtoul.c33 #define strtoi_type unsigned long macro
Dstrtoull.c33 #define strtoi_type unsigned long long macro
Dstrtoumax.c33 #define strtoi_type uintmax_t macro
Dstrtol.c33 #define strtoi_type long macro
Dstrtoll.c33 #define strtoi_type long long macro
Dstrtoimax.c33 #define strtoi_type intmax_t macro