OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINT_MAX
(Results
1 - 25
of
130
) sorted by relevancy
1
2
3
4
5
6
/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/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/common/lib/libc/string/
popcount32.c
74
#if
UINT_MAX
== 0xffffffffU
memset.c
134
#if
UINT_MAX
> 0xffff
137
#if
UINT_MAX
> 0xffffffff
/src/tests/kernel/
h_ps_strings2.c
66
sleep(
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/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/vax/include/
limits.h
49
#define
UINT_MAX
0xffffffffU /* max value for an unsigned int */
/src/sys/arch/sparc/include/
limits.h
49
#define
UINT_MAX
0xffffffffU /* max value for an unsigned int */
/src/sys/arch/ia64/include/
limits.h
49
#define
UINT_MAX
0xffffffffU /* max value for an unsigned int */
/src/sys/kern/
kern_heartbeat.c
270
* max_period must be below
UINT_MAX
/4/hz to avoid arithmetic
279
KASSERTMSG(max_period <=
UINT_MAX
/4/hz,
280
"max_period=%u must not exceed
UINT_MAX
/4/hz=%u (hz=%u)",
281
max_period,
UINT_MAX
/4/hz, hz);
337
if (max_period >
UINT_MAX
/4/hz) {
429
*
UINT_MAX
/4/hz, but that's not a compile-time constant.)
431
__CTASSERT(max_period <
UINT_MAX
/4);
674
* check for d <
UINT_MAX
/2.
691
* most every
UINT_MAX
/4/hz sec (hence no concern about
693
* negative, hence no check for d <
UINT_MAX
/2
[
all
...]
/src/lib/libc/compat/gen/
compat_readdir.c
30
if (d->d_fileno >
UINT_MAX
|| d->d_namlen >= sizeof(d12->d_name)) {
/src/sys/arch/arm/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/bin/dd/
args.c
236
in.dbsz = out.dbsz = strsuftoll("block size", arg, 1,
UINT_MAX
);
243
cbsz = strsuftoll("conversion record size", arg, 1,
UINT_MAX
);
261
files_cnt = (u_int)strsuftoll("file count", arg, 0,
UINT_MAX
);
273
in.dbsz = strsuftoll("input block size", arg, 1,
UINT_MAX
);
312
out.dbsz = strsuftoll("output block size", arg, 1,
UINT_MAX
);
/src/sys/external/bsd/drm2/dist/drm/
drm_mode_config.c
241
"SRC_X", 0,
UINT_MAX
);
247
"SRC_Y", 0,
UINT_MAX
);
253
"SRC_W", 0,
UINT_MAX
);
259
"SRC_H", 0,
UINT_MAX
);
347
"DEGAMMA_LUT_SIZE", 0,
UINT_MAX
);
368
"GAMMA_LUT_SIZE", 0,
UINT_MAX
);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_printf_test.cc
120
TestAgainstLibc<unsigned>("%u-%u", 0,
UINT_MAX
); // NOLINT
121
TestAgainstLibc<unsigned>("%x-%x", 0,
UINT_MAX
); // NOLINT
/src/sys/external/bsd/drm2/linux/
linux_rwsem.c
118
KASSERT(rwsem->rws_readers <
UINT_MAX
);
140
KASSERT(rwsem->rws_readers <
UINT_MAX
);
/src/sys/dev/acpi/
dwcmmc_acpi.c
156
sc->sc_clock_freq =
UINT_MAX
;
180
if (sc->sc_clock_freq == 0 || sc->sc_clock_freq ==
UINT_MAX
) {
Completed in 19 milliseconds
1
2
3
4
5
6
Indexes created Mon Oct 20 20:10:13 GMT 2025