Searched defs:UINTPTR_MAX (Results 1 - 25 of 83) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dstdint-aix.h21 #define UINTPTR_MAX 18446744073709551615UL macro
25 #define UINTPTR_MAX 4294967295UL macro
H A Dstdint-darwin.h31 #define UINTPTR_MAX 18446744073709551615UL macro
33 #define UINTPTR_MAX 4294967295UL macro
H A Dstdint-hpux11.h17 #define UINTPTR_MAX (4294967295ul) macro
H A Dinttypes.h31 # undef UINTPTR_MAX macro
32 # define UINTPTR_MAX __UINTPTR_MAX__ macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dstdint-aix.h21 #define UINTPTR_MAX 18446744073709551615UL macro
25 #define UINTPTR_MAX 4294967295UL macro
H A Dinttypes.h31 # undef UINTPTR_MAX macro
32 # define UINTPTR_MAX __UINTPTR_MAX__ macro
H A Dstdint-darwin.h31 #define UINTPTR_MAX 18446744073709551615UL macro
33 #define UINTPTR_MAX 4294967295UL macro
H A Dstdint-hpux11.h17 #define UINTPTR_MAX (4294967295ul) macro
/netbsd-current/sys/arch/i386/include/
H A Dint_limits.h107 #define UINTPTR_MAX 0xffffffffU /* uintptr_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_limits.h106 #define UINTPTR_MAX 0xffffffffffffffffUL /* uintptr_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_limits.h106 #define UINTPTR_MAX 0xffffffffU /* uintptr_t */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dint_limits.h143 #define UINTPTR_MAX 0xffffffffffffffffUL /* uintptr_t */ macro
147 #define UINTPTR_MAX 0xffffffffU /* uintptr_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_limits.h106 #define UINTPTR_MAX 0xffffffffU /* uintptr_t */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dint_limits.h143 #define UINTPTR_MAX 0xffffffffffffffffUL /* uintptr_t */ macro
147 #define UINTPTR_MAX 0xffffffffUL /* uintptr_t */ macro
/netbsd-current/sys/sys/
H A Dcommon_int_limits.h106 #define UINTPTR_MAX __UINTPTR_MAX__ macro
/netbsd-current/sys/arch/hppa/include/
H A Dint_limits.h103 #define UINTPTR_MAX 0xffffffffU /* uintptr_t */ macro
/netbsd-current/sys/arch/mips/include/
H A Dint_limits.h143 #define UINTPTR_MAX 0xffffffffffffffffUL /* uintptr_t */ macro
147 #define UINTPTR_MAX 0xffffffffU /* uintptr_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_limits.h109 #define UINTPTR_MAX 0xffffffffffffffffUL /* uintptr_t */ macro
/netbsd-current/sys/arch/arm/include/
H A Dint_limits.h107 #define UINTPTR_MAX 0xffffffffffffffffUL /* uintptr_t */ macro
111 #define UINTPTR_MAX 0xffffffffUL /* uintptr_t */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dint_limits.h106 #define UINTPTR_MAX 0xffffffffU /* uintptr_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_limits.h106 #define UINTPTR_MAX 0xffffffffffffffffUL /* uintptr_t */ macro
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstdint_.h210 #define UINTPTR_MAX ULONG_MAX macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h363 #undef UINTPTR_MAX macro
366 #define UINTPTR_MAX ULONG_MAX macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h363 #undef UINTPTR_MAX macro
366 #define UINTPTR_MAX ULONG_MAX macro
/netbsd-current/external/bsd/jemalloc/dist/include/msvc_compat/C99/
H A Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro

Completed in 199 milliseconds

1234