Searched defs:INTMAX_C (Results 1 - 13 of 13) sorted by relevance

/src/sys/arch/vax/include/
H A Dint_const.h56 #define INTMAX_C(c) c ## LL macro
/src/sys/arch/sh3/include/
H A Dint_const.h56 #define INTMAX_C(c) c ## LL macro
/src/sys/arch/sparc/include/
H A Dint_const.h65 #define INTMAX_C(c) c ## L macro
68 #define INTMAX_C(c) c ## LL macro
/src/sys/arch/powerpc/include/
H A Dint_const.h65 #define INTMAX_C(c) c ## L macro
68 #define INTMAX_C(c) c ## LL macro
/src/sys/arch/hppa/include/
H A Dint_const.h53 #define INTMAX_C(c) c ## LL macro
/src/sys/arch/i386/include/
H A Dint_const.h57 #define INTMAX_C(c) c ## LL macro
/src/sys/arch/ia64/include/
H A Dint_const.h57 #define INTMAX_C(c) c ## L macro
/src/sys/arch/alpha/include/
H A Dint_const.h56 #define INTMAX_C(c) c ## L macro
/src/sys/arch/amd64/include/
H A Dint_const.h59 #define INTMAX_C(c) c ## L macro
/src/sys/arch/arm/include/
H A Dint_const.h65 #define INTMAX_C(c) c ## L macro
68 #define INTMAX_C(c) c ## LL macro
/src/sys/arch/m68k/include/
H A Dint_const.h56 #define INTMAX_C(c) c ## LL macro
/src/sys/arch/mips/include/
H A Dint_const.h65 #define INTMAX_C(c) c ## L macro
68 #define INTMAX_C(c) c ## LL macro
/src/sys/sys/
H A Dcommon_int_const.h59 #define INTMAX_C(c) __int_join(c, __INTMAX_C_SUFFIX__) macro

Completed in 5 milliseconds