Home
last modified time | relevance | path

Searched refs:UINTMAX_MAX (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dstrtoumax.c92 cutoff = UINTMAX_MAX / base; in strtoumax_l()
93 cutlim = UINTMAX_MAX % base; in strtoumax_l()
114 acc = UINTMAX_MAX; in strtoumax_l()
Dwcstoumax.c91 cutoff = UINTMAX_MAX / base; in wcstoumax_l()
92 cutlim = UINTMAX_MAX % base; in wcstoumax_l()
118 acc = UINTMAX_MAX; in wcstoumax_l()
/picolibc-latest/newlib/libc/tinystdio/
Dstrtoumax.c34 #define strtoi_max UINTMAX_MAX
/picolibc-latest/newlib/libc/include/
Dstdint.h334 #define UINTMAX_MAX (__UINTMAX_MAX__) macro
337 #define UINTMAX_MAX UINT64_MAX macro
/picolibc-latest/newlib/
DChangeLog-20157458 (INTMAX_MAX, INTMAX_MIN, UINTMAX_MAX): Define.