Searched refs:UINT_MAX (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/freebsd-current/sys/sys/
H A Dlimits.h57 #define UINT_MAX __UINT_MAX /* max value for an unsigned int */ macro
83 #define GID_MAX UINT_MAX /* max value for a gid_t */
84 #define UID_MAX UINT_MAX /* max value for a uid_t */
/freebsd-current/sys/contrib/ck/include/
H A Dck_limits.h37 #define UINT32_MAX UINT_MAX
/freebsd-current/contrib/arm-optimized-routines/math/test/rtest/
H A Dtypes.h13 #if UINT_MAX == 4294967295
/freebsd-current/sys/x86/include/
H A Dvmware.h38 #define VMW_HVCMD_DEFAULT_PARAM UINT_MAX
/freebsd-current/contrib/netbsd-tests/kernel/
H A Dh_ps_strings2.c66 sleep(UINT_MAX);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h41 unsigned Threshold = UINT_MAX);
/freebsd-current/sys/arm/nvidia/
H A Dtegra_efuse.c121 {2190, UINT_MAX},
122 {0, UINT_MAX},
127 {1965, UINT_MAX},
128 {0, UINT_MAX},
133 {2101, UINT_MAX},
134 {0, UINT_MAX},
259 {2119, UINT_MAX},
260 {2119, UINT_MAX},
265 {UINT_MAX, UINT_MAX},
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp86 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) {
/freebsd-current/sbin/hastd/
H A Dlzf.h195 # elif UINT_MAX == 65535
/freebsd-current/share/examples/libusb20/
H A Dbulk.c159 unsigned int vid = UINT_MAX, pid = UINT_MAX; /* impossible VID:PID */
188 if (vid != UINT_MAX || pid != UINT_MAX)
H A Dcontrol.c307 unsigned int vid = UINT_MAX, pid = UINT_MAX; /* impossible VID:PID */
354 if (vid != UINT_MAX || pid != UINT_MAX)
/freebsd-current/lib/libc/tests/stdio/
H A Dsnprintf_test.c149 SNPRINTF_TEST("4294967295", "%w32u", (uint32_t)UINT_MAX);
169 SNPRINTF_TEST("4294967295", "%wf8u", (uint_fast8_t)UINT_MAX);
175 SNPRINTF_TEST("4294967295", "%wf16u", (uint_fast16_t)UINT_MAX);
181 SNPRINTF_TEST("4294967295", "%wf32u", (uint_fast32_t)UINT_MAX);
H A Dswprintf_test.c150 SWPRINTF_TEST("4294967295", "%w32u", (uint32_t)UINT_MAX);
170 SWPRINTF_TEST("4294967295", "%wf8u", (uint_fast8_t)UINT_MAX);
176 SWPRINTF_TEST("4294967295", "%wf16u", (uint_fast16_t)UINT_MAX);
182 SWPRINTF_TEST("4294967295", "%wf32u", (uint_fast32_t)UINT_MAX);
/freebsd-current/crypto/heimdal/base/
H A Dbaselocl.h69 #define heim_base_atomic_max UINT_MAX
109 #define heim_base_atomic_max UINT_MAX
/freebsd-current/sbin/ifconfig/
H A Diffib.c72 if (*ep != '\0' || fib > UINT_MAX) {
90 if (*ep != '\0' || fib > UINT_MAX) {
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dlimits.h34 #undef UINT_MAX macro
60 #define UINT_MAX (__INT_MAX__ *2U +1U) macro
/freebsd-current/contrib/ntp/libntp/
H A Dntp_worker.c169 static u_int intres_slot = UINT_MAX;
180 child_slot = UINT_MAX;
181 if (worker_per_query || UINT_MAX == intres_slot ||
185 if (UINT_MAX == intres_slot)
193 INSIST(UINT_MAX != child_slot);
/freebsd-current/contrib/libfido2/src/
H A Dcompress.c55 if (in->len > UINT_MAX || (ilen = (u_int)in->len) > BOUND ||
56 origsiz > UINT_MAX || (olen = (u_int)origsiz) > BOUND) {
110 if (in->len > UINT_MAX || (ilen = (u_int)in->len) > BOUND) {
/freebsd-current/usr.bin/systat/
H A Dcmds.c89 if (t > 0 && t < (double)UINT_MAX)
91 if ((t <= 0 || t > (double)UINT_MAX) &&
96 if (t <= 0 || t >= (double)UINT_MAX) {
/freebsd-current/sys/contrib/ck/include/spinlock/
H A Danderson.h82 lock->wrap = (UINT_MAX % count) + 1;
118 if (position == UINT_MAX)
/freebsd-current/sys/dev/bhnd/bcma/
H A Dbcmavar.h66 #define BCMA_PID_MAX UINT_MAX /**< Maximum bcma_pid_t value */
70 #define BCMA_RMID_MAX UINT_MAX /**< Maximum bcma_rmid_t value */
/freebsd-current/lib/libc/xdr/
H A Dxdr_array.c83 if ((c > maxsize || UINT_MAX/elsize < c) &&
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore_mem.c148 sp->max_alloc = UINT_MAX/8;
207 sp->max_alloc = UINT_MAX/8;
/freebsd-current/crypto/openssh/
H A Ddigest-openssl.c164 if (digest == NULL || dlen > UINT_MAX)
192 if (dlen > UINT_MAX)
/freebsd-current/contrib/ntp/include/
H A Dntp_types.h103 # if defined(UINT_MAX) && !defined(U_INT32_MAX)
104 # define U_INT32_MAX UINT_MAX

Completed in 554 milliseconds

1234567891011>>