OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINT_MAX
(Results
1 - 25
of
698
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/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/common/dist/zlib/contrib/minizip/
ints.h
20
#elif defined(
UINT_MAX
) &&
UINT_MAX
== 0xffff
26
#if defined(
UINT_MAX
) &&
UINT_MAX
== 0xffffffff
/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/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/external/bsd/jemalloc/dist/include/jemalloc/internal/
prof_types.h
29
# define PROF_BT_MAX_LIMIT
UINT_MAX
/src/external/bsd/jemalloc/include/jemalloc/internal/
prof_types.h
29
# define PROF_BT_MAX_LIMIT
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
Completed in 54 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Sep 15 00:24:42 UTC 2026