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

/src/sys/arch/vax/include/
H A Dint_const.h57 #define UINTMAX_C(c) c ## ULL macro
/src/sys/arch/sh3/include/
H A Dint_const.h57 #define UINTMAX_C(c) c ## ULL macro
/src/sys/arch/sparc/include/
H A Dint_const.h66 #define UINTMAX_C(c) c ## UL macro
69 #define UINTMAX_C(c) c ## ULL macro
/src/sys/arch/powerpc/include/
H A Dint_const.h66 #define UINTMAX_C(c) c ## UL macro
69 #define UINTMAX_C(c) c ## ULL macro
/src/sys/arch/hppa/include/
H A Dint_const.h54 #define UINTMAX_C(c) c ## ULL macro
/src/sys/arch/i386/include/
H A Dint_const.h58 #define UINTMAX_C(c) c ## ULL macro
/src/sys/arch/ia64/include/
H A Dint_const.h58 #define UINTMAX_C(c) c ## UL macro
/src/sys/arch/alpha/include/
H A Dint_const.h57 #define UINTMAX_C(c) c ## UL macro
/src/sys/arch/amd64/include/
H A Dint_const.h60 #define UINTMAX_C(c) c ## UL macro
/src/sys/arch/arm/include/
H A Dint_const.h66 #define UINTMAX_C(c) c ## UL macro
69 #define UINTMAX_C(c) c ## ULL macro
/src/sys/arch/m68k/include/
H A Dint_const.h57 #define UINTMAX_C(c) c ## ULL macro
/src/sys/arch/mips/include/
H A Dint_const.h66 #define UINTMAX_C(c) c ## UL macro
69 #define UINTMAX_C(c) c ## ULL macro
/src/sys/sys/
H A Dcommon_int_const.h60 #define UINTMAX_C(c) __int_join(c, __UINTMAX_C_SUFFIX__) macro

Completed in 6 milliseconds