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

  /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/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/sparc/include/
int_const.h 66 #define UINTMAX_C(c) c ## UL
69 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/alpha/include/
int_const.h 57 #define UINTMAX_C(c) c ## UL
  /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/sh3/include/
int_const.h 57 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/vax/include/
int_const.h 57 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/amd64/include/
int_const.h 60 #define UINTMAX_C(c) c ## UL
  /src/sys/sys/
common_int_const.h 60 #define UINTMAX_C(c) __int_join(c, __UINTMAX_C_SUFFIX__)
  /src/sys/kern/
sched_4bsd.c 283 #define FIXPT_MAX ((fixpt_t)((UINTMAX_C(1) << sizeof(fixpt_t) * CHAR_BIT) - 1))

Completed in 14 milliseconds