Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dconfig.h56 #undef UINT_MAX
58 #define UINT_MAX 65535 macro
65 #undef UINT_MAX
67 #define UINT_MAX (__INT_MAX__ * 2U + 1) macro
74 #undef UINT_MAX
76 #define UINT_MAX (__INT_MAX__ * 2U + 1) macro
79 #undef UINT_MAX
81 #define UINT_MAX (__INT_MAX__ * 2U + 1) macro
97 #undef UINT_MAX
99 #define UINT_MAX (__INT_MAX__ * 2U + 1) macro
[all …]
/picolibc-latest/newlib/libc/include/
Dlimits.h77 # undef UINT_MAX
78 # define UINT_MAX (INT_MAX * 2U + 1) macro
/picolibc-latest/newlib/libc/xdr/
Dxdr_array.c77 if ((c > maxsize || UINT_MAX / elsize < c) && (xdrs->x_op != XDR_FREE)) in xdr_array()
Dxdr.c127 #if UINT_MAX < ULONG_MAX in xdr_u_int()
147 #elif UINT_MAX == ULONG_MAX in xdr_u_int()
/picolibc-latest/newlib/libc/search/
Ddb_local.h84 #if UINT_MAX > 65535
/picolibc-latest/newlib/libc/time/
Dstrftime.c1352 year = UINT_MAX - year + 1; in __strftime()
/picolibc-latest/newlib/
DChangeLog-201516238 and UINT_MAX, to use __INT_MAX__ for __H8300__, __H8300H__,
17167 * libc/include/sys/config.h (INT_MAX, UINT_MAX): Define
22903 * libc/include/sys/config.h: (UINT_MAX, for D10V): Make unsigned.
23797 * libc/include/sys/config.h: Define INT_MAX, UINT_MAX