Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dstrtoi.h93 strtoi_utype ucutoff = (strtoi_utype) strtoi_max + flags; in strtoi()
97 strtoi_type cutoff = strtoi_max / base; in strtoi()
98 unsigned int cutlim = strtoi_max % base; in strtoi()
142 val = strtoi_max; in strtoi()
Dstrtoul.c34 #define strtoi_max ULONG_MAX macro
Dstrtoull.c34 #define strtoi_max ULLONG_MAX macro
Dstrtoumax.c34 #define strtoi_max UINTMAX_MAX macro
Dstrtol.c35 #define strtoi_max LONG_MAX macro
Dstrtoll.c35 #define strtoi_max LLONG_MAX macro
Dstrtoimax.c35 #define strtoi_max INTMAX_MAX macro