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

  /src/sys/arch/alpha/include/
int_limits.h 112 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
  /src/sys/arch/amd64/include/
int_limits.h 115 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
  /src/sys/arch/arm/include/
int_limits.h 118 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/hppa/include/
int_limits.h 109 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/i386/include/
int_limits.h 113 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/mips/include/
int_limits.h 155 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
159 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/powerpc/include/
int_limits.h 155 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
159 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/sh3/include/
int_limits.h 112 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/sparc/include/
int_limits.h 155 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
159 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/vax/include/
int_limits.h 112 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/sys/
common_int_limits.h 112 #define UINTMAX_MAX __UINTMAX_MAX__
  /src/sys/arch/m68k/include/
int_limits.h 112 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/ia64/include/
int_limits.h 112 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
  /src/lib/libc/time/
private.h 464 #ifndef UINTMAX_MAX
467 # define UINTMAX_MAX ULLONG_MAX
470 # define UINTMAX_MAX ULONG_MAX

Completed in 14 milliseconds