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

  /src/sys/arch/hpc/stand/include/machine/
limits.h 21 #define UINT_MAX 0xffffffff /* max value for an unsigned int */
  /src/sys/arch/alpha/include/
limits.h 48 * These numbers work for pcc as well. The UINT_MAX and ULONG_MAX values
59 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
  /src/sys/arch/amd64/include/
limits.h 51 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
  /src/sys/arch/arm/include/
limits.h 49 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
  /src/sys/arch/hppa/include/
limits.h 73 * These numbers work for pcc as well. The UINT_MAX and ULONG_MAX values
84 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
105 #define SIZE_T_MAX UINT_MAX /* max value for a size_t */
  /src/sys/arch/i386/include/
limits.h 49 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
70 #define SIZE_T_MAX UINT_MAX /* max value for a size_t */
  /src/sys/arch/m68k/include/
limits.h 49 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
70 #define SIZE_T_MAX UINT_MAX /* max value for a size_t */
  /src/sys/arch/sh3/include/
limits.h 49 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
70 #define SIZE_T_MAX UINT_MAX /* max value for a size_t */
  /src/sys/arch/vax/include/
limits.h 49 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
  /src/sys/arch/mips/include/
limits.h 48 * These numbers work for pcc as well. The UINT_MAX and ULONG_MAX values
59 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
94 #define SIZE_T_MAX UINT_MAX /* max value for a size_t */
  /src/sys/arch/sparc/include/
limits.h 49 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
  /src/sys/arch/powerpc/include/
limits.h 48 * These numbers work for pcc as well. The UINT_MAX and ULONG_MAX values
59 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
94 #define SIZE_T_MAX UINT_MAX /* max value for a size_t */
  /src/sys/arch/ia64/include/
limits.h 49 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
  /src/sys/sys/
common_limits.h 49 #define UINT_MAX (2U*INT_MAX+1U) /* max value for an unsigned int */

Completed in 15 milliseconds