Searched defs:INTPTR_MAX (Results 1 - 25 of 80) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dstdint-aix.h20 #define INTPTR_MAX 9223372036854775807L macro
24 #define INTPTR_MAX 2147483647L macro
H A Dstdint-darwin.h20 #define INTPTR_MAX 9223372036854775807L macro
23 #define INTPTR_MAX 2147483647L macro
H A Dstdint-hpux11.h15 #define INTPTR_MAX (2147483647l) macro
H A Dinttypes.h25 # undef INTPTR_MAX macro
26 # define INTPTR_MAX __INTPTR_MAX__ macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dstdint-aix.h20 #define INTPTR_MAX 9223372036854775807L macro
24 #define INTPTR_MAX 2147483647L macro
H A Dinttypes.h25 # undef INTPTR_MAX macro
26 # define INTPTR_MAX __INTPTR_MAX__ macro
H A Dstdint-darwin.h20 #define INTPTR_MAX 9223372036854775807L macro
23 #define INTPTR_MAX 2147483647L macro
H A Dstdint-hpux11.h15 #define INTPTR_MAX (2147483647l) macro
/netbsd-current/sys/arch/i386/include/
H A Dint_limits.h106 #define INTPTR_MAX 0x7fffffff /* intptr_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_limits.h105 #define INTPTR_MAX 0x7fffffffffffffffL /* intptr_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_limits.h105 #define INTPTR_MAX 0x7fffffff /* intptr_t */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dint_limits.h142 #define INTPTR_MAX 0x7fffffffffffffffL /* intptr_t */ macro
146 #define INTPTR_MAX 0x7fffffff /* intptr_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_limits.h105 #define INTPTR_MAX 0x7fffffff /* intptr_t */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dint_limits.h142 #define INTPTR_MAX 0x7fffffffffffffffL /* intptr_t */ macro
146 #define INTPTR_MAX 0x7fffffffL /* intptr_t */ macro
/netbsd-current/sys/sys/
H A Dcommon_int_limits.h105 #define INTPTR_MAX __INTPTR_MAX__ macro
/netbsd-current/sys/arch/hppa/include/
H A Dint_limits.h102 #define INTPTR_MAX 0x7fffffff /* intptr_t */ macro
/netbsd-current/sys/arch/mips/include/
H A Dint_limits.h142 #define INTPTR_MAX 0x7fffffffffffffffL /* intptr_t */ macro
146 #define INTPTR_MAX 0x7fffffff /* intptr_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_limits.h108 #define INTPTR_MAX 0x7fffffffffffffffL /* intptr_t */ macro
/netbsd-current/sys/arch/arm/include/
H A Dint_limits.h106 #define INTPTR_MAX 0x7fffffffffffffffL /* intptr_t */ macro
110 #define INTPTR_MAX 0x7fffffffL /* intptr_t */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dint_limits.h105 #define INTPTR_MAX 0x7fffffff /* intptr_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_limits.h105 #define INTPTR_MAX 0x7fffffffffffffffL /* intptr_t */ macro
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstdint_.h209 #define INTPTR_MAX LONG_MAX macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h362 #undef INTPTR_MAX macro
365 #define INTPTR_MAX LONG_MAX macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h362 #undef INTPTR_MAX macro
365 #define INTPTR_MAX LONG_MAX macro
/netbsd-current/external/bsd/jemalloc/dist/include/msvc_compat/C99/
H A Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro

Completed in 128 milliseconds

1234