HomeSort by: relevance | last modified time | path
    Searched defs:UINTMAX_C (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/alpha/include/
int_const.h 57 #define UINTMAX_C(c) c ## UL
  /src/sys/arch/amd64/include/
int_const.h 60 #define UINTMAX_C(c) c ## UL
  /src/sys/arch/arm/include/
int_const.h 66 #define UINTMAX_C(c) c ## UL
69 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/hppa/include/
int_const.h 54 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/i386/include/
int_const.h 58 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/ia64/include/
int_const.h 58 #define UINTMAX_C(c) c ## UL
  /src/sys/arch/m68k/include/
int_const.h 57 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/mips/include/
int_const.h 66 #define UINTMAX_C(c) c ## UL
69 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/powerpc/include/
int_const.h 66 #define UINTMAX_C(c) c ## UL
69 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/sh3/include/
int_const.h 57 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/sparc/include/
int_const.h 66 #define UINTMAX_C(c) c ## UL
69 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/vax/include/
int_const.h 57 #define UINTMAX_C(c) c ## ULL
  /src/sys/sys/
common_int_const.h 60 #define UINTMAX_C(c) __int_join(c, __UINTMAX_C_SUFFIX__)

Completed in 14 milliseconds