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

1 2 3 4 5 6 7 8 91011>>

  /src/external/lgpl3/gmp/dist/mpf/
fits_uint.c 33 #define MAXIMUM UINT_MAX
  /src/external/lgpl3/mpfr/dist/src/
fits_uint.c 24 #define MAXIMUM UINT_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/sys/arch/hpc/stand/include/machine/
limits.h 21 #define UINT_MAX 0xffffffff /* max value for an unsigned int */
  /src/lib/libc/quad/
fixunssfdi.c 91 * range [0..UINT_MAX]. For paranoia, we assume [INT_MIN..
92 * 2*UINT_MAX] instead.
99 x += UINT_MAX;
101 if (x > UINT_MAX) {
103 x -= UINT_MAX;
  /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.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
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
printmsg.c 85 while ( LockFile( fhandle, 0, 0, UINT_MAX, UINT_MAX ) == 0 ) {
107 UnlockFile( fhandle, 0, 0, UINT_MAX, UINT_MAX );
  /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/external/mpl/bind/dist/tests/isc/
time_test.c 52 { { UINT_MAX, MAX_NS }, { 0, 0 }, { UINT_MAX, MAX_NS }, ISC_R_SUCCESS },
53 { { UINT_MAX, 0 }, { 0, MAX_NS }, { UINT_MAX, MAX_NS }, ISC_R_SUCCESS },
54 { { UINT_MAX, 0 }, { 1, 0 }, { 0, 0 }, ISC_R_RANGE },
55 { { UINT_MAX, MAX_NS }, { 0, 1 }, { 0, 0 }, ISC_R_RANGE },
56 { { UINT_MAX / 2 + 1, NS_PER_SEC / 2 },
57 { UINT_MAX / 2, NS_PER_SEC / 2 },
69 { { UINT_MAX, MAX_NS }, { UINT_MAX, 0 }, { 0, MAX_NS }, ISC_R_SUCCESS }
    [all...]
  /src/common/lib/libc/string/
popcount32.c 74 #if UINT_MAX == 0xffffffffU
  /src/tests/kernel/
h_ps_strings2.c 66 sleep(UINT_MAX);
  /src/crypto/external/bsd/heimdal/dist/lib/base/
baselocl.h 70 #define heim_base_atomic_max UINT_MAX
89 #define heim_base_atomic_max UINT_MAX
100 #define heim_base_atomic_max UINT_MAX
149 #define heim_base_atomic_max UINT_MAX
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
LoopPeel.h 36 unsigned Threshold = UINT_MAX);
  /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/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/external/apache2/llvm/dist/clang/lib/Headers/
limits.h 34 #undef UINT_MAX
56 #define UINT_MAX (__INT_MAX__ *2U +1U)
  /src/external/bsd/libpcap/dist/
pcap-usb-linux-common.h 30 * and return UINT_MAX otherwise.
35 return (((b) <= UINT_MAX - (a)) ? (a) + (b) : UINT_MAX);
106 * the sum at UINT_MAX, so that it fits
119 * to UINT_MAX.
  /src/external/bsd/nvi/dist/clib/
memset.c 109 #if UINT_MAX > 0xffff
112 #if UINT_MAX > 0xffffffff
  /src/crypto/external/apache2/openssl/dist/test/
safe_math_test.c 136 { UINT_MAX, 1, 1, 0, 0, 0, 0, 0 },
137 { UINT_MAX, 2, 1, 0, 1, 0, 0, 0 },
138 { UINT_MAX, 16, 1, 0, 1, 0, 0, 0 },
139 { UINT_MAX - 13, 16, 1, 0, 1, 0, 0, 0 },
140 { 1, UINT_MAX, 1, 1, 0, 0, 0, 0 },
141 { 2, UINT_MAX, 1, 1, 1, 0, 0, 0 },
142 { UINT_MAX, 0, 0, 0, 0, 1, 1, 1 },
340 { UINT_MAX, UINT_MAX, UINT_MAX, 0 }
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZHazardRecognizer.cpp 86 LastFPdOpCycleIdx = UINT_MAX;
158 if (CriticalResourceIdx != UINT_MAX &&
161 CriticalResourceIdx = UINT_MAX;
242 if (CriticalResourceIdx != UINT_MAX)
253 if (LastFPdOpCycleIdx != UINT_MAX)
261 CriticalResourceIdx = UINT_MAX;
307 (CriticalResourceIdx == UINT_MAX ||
374 if (LastFPdOpCycleIdx == UINT_MAX)
399 else if (CriticalResourceIdx != UINT_MAX) {

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>