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

1 2

  /src/sys/arch/hpc/stand/include/machine/
limits.h 21 #define UINT_MAX 0xffffffff /* max value for an unsigned int */
  /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/
flag.S 32 #define UINT_MAX 4294967295 /* 0xffffffff */
327 SHOULD_BE_LESS_THAN_UNSIGNED UINT_MAX_MIN1, UINT_MAX
329 SHOULD_BE_GREATER_THAN_UNSIGNED UINT_MAX, UINT_MAX_MIN1
330 SHOULD_BE_GREATER_THAN_UNSIGNED UINT_MAX, 0
356 SHOULD_BE_EQUAL UINT_MAX, UINT_MAX
357 SHOULD_BE_EQUAL MIN1, UINT_MAX
371 SHOULDNT_BE_EQUAL UINT_MAX, INT_MAX
372 SHOULDNT_BE_EQUAL UINT_MAX, NEG_INT_MAX
  /src/external/gpl3/gdb/dist/sim/testsuite/or1k/
flag.S 32 #define UINT_MAX 4294967295 /* 0xffffffff */
327 SHOULD_BE_LESS_THAN_UNSIGNED UINT_MAX_MIN1, UINT_MAX
329 SHOULD_BE_GREATER_THAN_UNSIGNED UINT_MAX, UINT_MAX_MIN1
330 SHOULD_BE_GREATER_THAN_UNSIGNED UINT_MAX, 0
356 SHOULD_BE_EQUAL UINT_MAX, UINT_MAX
357 SHOULD_BE_EQUAL MIN1, UINT_MAX
371 SHOULDNT_BE_EQUAL UINT_MAX, INT_MAX
372 SHOULDNT_BE_EQUAL UINT_MAX, NEG_INT_MAX
  /src/external/gpl2/grep/dist/intl/
gmo.h 47 /* If UINT_MAX isn't defined, assume it's a 32-bit type.
52 #ifndef UINT_MAX
53 # define UINT_MAX UINT_MAX_32_BITS
56 #if UINT_MAX == UINT_MAX_32_BITS
  /src/external/apache2/llvm/dist/clang/lib/Headers/
limits.h 34 #undef UINT_MAX
56 #define UINT_MAX (__INT_MAX__ *2U +1U)
  /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/ia64/include/
limits.h 49 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
  /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/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/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/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/sparc/include/
limits.h 49 #define UINT_MAX 0xffffffffU /* max value for an unsigned int */
  /src/sys/arch/vax/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 */
  /src/external/bsd/ipf/dist/ipsend/
lsock.c 27 # undef UINT_MAX
  /src/external/bsd/top/dist/
os.h 120 #ifndef UINT_MAX
121 #define UINT_MAX (0xffffffffU)
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
gmo.h 46 /* If UINT_MAX isn't defined, assume it's a 32-bit type.
51 #ifndef UINT_MAX
52 # define UINT_MAX UINT_MAX_32_BITS
55 #if UINT_MAX == UINT_MAX_32_BITS
  /src/external/gpl2/texinfo/dist/intl/
gmo.h 48 /* If UINT_MAX isn't defined, assume it's a 32-bit type.
53 #ifndef UINT_MAX
54 # define UINT_MAX UINT_MAX_32_BITS
57 #if UINT_MAX == UINT_MAX_32_BITS
  /src/external/gpl3/gcc/dist/gcc/
glimits.h 88 #undef UINT_MAX
89 #define UINT_MAX (INT_MAX * 2U + 1U)
  /src/external/gpl3/gcc.old/dist/gcc/
glimits.h 88 #undef UINT_MAX
89 #define UINT_MAX (INT_MAX * 2U + 1U)
  /src/external/gpl3/gcc.old/dist/intl/
gmo.h 45 /* If UINT_MAX isn't defined, assume it's a 32-bit type.
50 #ifndef UINT_MAX
51 # define UINT_MAX UINT_MAX_32_BITS
54 #if UINT_MAX == UINT_MAX_32_BITS

Completed in 54 milliseconds

1 2