Home
last modified time | relevance | path

Searched refs:UINTPTR_MAX (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dstdint.h129 #define UINTPTR_MAX (__UINTPTR_MAX__) macro
134 #define UINTPTR_MAX (__UINTPTR_MAX__) macro
136 #define UINTPTR_MAX (2UL * PTRDIFF_MAX + 1) macro
145 #define UINTPTR_MAX (__STDINT_EXP(LONG_MAX) * 2UL + 1) macro
/picolibc-latest/newlib/
DChangeLog-20156290 * libc/include/stdint.h (UINTPTR_MAX): Define to __UINTPTR_MAX__
6478 * libc/include/stdint.h (INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX): Define.