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

  /src/sys/arch/alpha/include/
int_const.h 56 #define INTMAX_C(c) c ## L
  /src/sys/arch/amd64/include/
int_const.h 59 #define INTMAX_C(c) c ## L
  /src/sys/arch/arm/include/
int_const.h 65 #define INTMAX_C(c) c ## L
68 #define INTMAX_C(c) c ## LL
  /src/sys/arch/hppa/include/
int_const.h 53 #define INTMAX_C(c) c ## LL
  /src/sys/arch/i386/include/
int_const.h 57 #define INTMAX_C(c) c ## LL
  /src/sys/arch/ia64/include/
int_const.h 57 #define INTMAX_C(c) c ## L
  /src/sys/arch/m68k/include/
int_const.h 56 #define INTMAX_C(c) c ## LL
  /src/sys/arch/mips/include/
int_const.h 65 #define INTMAX_C(c) c ## L
68 #define INTMAX_C(c) c ## LL
  /src/sys/arch/powerpc/include/
int_const.h 65 #define INTMAX_C(c) c ## L
68 #define INTMAX_C(c) c ## LL
  /src/sys/arch/sh3/include/
int_const.h 56 #define INTMAX_C(c) c ## LL
  /src/sys/arch/sparc/include/
int_const.h 65 #define INTMAX_C(c) c ## L
68 #define INTMAX_C(c) c ## LL
  /src/sys/arch/vax/include/
int_const.h 56 #define INTMAX_C(c) c ## LL
  /src/sys/sys/
common_int_const.h 59 #define INTMAX_C(c) __int_join(c, __INTMAX_C_SUFFIX__)

Completed in 18 milliseconds