OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULONG_MAX
(Results
1 - 25
of
105
) sorted by relevancy
1
2
3
4
5
/src/sys/arch/hpc/stand/include/machine/
limits.h
25
#define
ULONG_MAX
0xffffffff /* max value for an unsigned long */
/src/sys/arch/alpha/include/
limits.h
48
* These numbers work for pcc as well. The UINT_MAX and
ULONG_MAX
values
63
#define
ULONG_MAX
0xffffffffffffffffUL /* max for an unsigned long */
80
#define SIZE_T_MAX
ULONG_MAX
/* max value for a size_t */
83
#define UQUAD_MAX (
ULONG_MAX
) /* max value for a uquad_t */
/src/sys/arch/sparc/include/
limits.h
54
#define
ULONG_MAX
0xffffffffffffffffUL /* max value for an unsigned long */
58
#define
ULONG_MAX
0xffffffffUL /* max value for an unsigned long */
76
#define SIZE_T_MAX
ULONG_MAX
/* max value for a size_t */
/src/lib/libc/locale/
wcstoul.c
45
#define __UINT_MAX
ULONG_MAX
/src/sys/arch/amd64/include/
limits.h
55
#define
ULONG_MAX
0xffffffffffffffffUL /* max value for an unsigned long */
72
#define SIZE_T_MAX
ULONG_MAX
/* max value for a size_t */
/src/sys/arch/arm/include/
types.h
59
#define VADDR_MAX
ULONG_MAX
60
#define PADDR_MAX
ULONG_MAX
limits.h
54
#define
ULONG_MAX
0xffffffffffffffffUL /* max unsigned long */
58
#define
ULONG_MAX
0xffffffffUL /* max value for an unsigned long */
76
#define SIZE_T_MAX
ULONG_MAX
/* max value for a size_t */
/src/sys/arch/vax/include/
limits.h
53
#define
ULONG_MAX
0xffffffffUL /* max value for an unsigned long */
70
#define SIZE_T_MAX
ULONG_MAX
/* max value for a size_t */
/src/sys/arch/ia64/include/
limits.h
53
#define
ULONG_MAX
0xffffffffffffffffUL /* max value for an unsigned long */
71
#define SIZE_T_MAX
ULONG_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
64
#define
ULONG_MAX
0xffffffffffffffffUL /* max for an unsigned long */
68
#define
ULONG_MAX
0xffffffffUL /* max value for an unsigned long */
91
#define SIZE_T_MAX
ULONG_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
64
#define
ULONG_MAX
0xffffffffffffffffUL /* max for an unsigned long */
68
#define
ULONG_MAX
0xffffffffUL /* max value for an unsigned long */
91
#define SIZE_T_MAX
ULONG_MAX
/* max value for a size_t */
/src/common/lib/libc/stdlib/
strtoul.c
51
#define __UINT_MAX
ULONG_MAX
/src/common/lib/libc/string/
popcount32.c
78
#if
ULONG_MAX
== 0xffffffffU
popcount64.c
80
#if
ULONG_MAX
== 0xffffffffffffffffULL
strcspn.c
41
#if
ULONG_MAX
!= 0xffffffffffffffffull
/src/lib/libc/citrus/
citrus_bcs_strtoul.c
52
#define __UINT_MAX
ULONG_MAX
/src/sys/external/bsd/drm2/include/linux/
xarray.h
51
for ((INDEX) = 0, (ENTRY) = xa_find((XA), &(INDEX),
ULONG_MAX
, -1); \
53
(ENTRY) = xa_find_after((XA), &(INDEX),
ULONG_MAX
, -1))
/src/sys/sys/
common_limits.h
53
#define
ULONG_MAX
(2UL*LONG_MAX+1UL) /* max unsigned long */
68
#define SIZE_T_MAX
ULONG_MAX
/* max value for a size_t */
/src/lib/libcrypt/
util.c
70
if (errno == ERANGE && rv ==
ULONG_MAX
)
/src/sys/arch/i386/include/
limits.h
53
#define
ULONG_MAX
0xffffffffUL /* max value for an unsigned long */
/src/sys/arch/m68k/include/
limits.h
53
#define
ULONG_MAX
0xffffffffUL /* max value for an unsigned long */
/src/sys/arch/sh3/include/
limits.h
53
#define
ULONG_MAX
0xffffffffUL /* max value for an unsigned long */
/src/usr.sbin/intrctl/
intrctl.c
286
index =
ULONG_MAX
;
304
if (iset.intrid[0] == '\0' || index ==
ULONG_MAX
)
332
index =
ULONG_MAX
;
344
if (index ==
ULONG_MAX
)
372
index =
ULONG_MAX
;
384
if (index ==
ULONG_MAX
)
/src/sys/kern/
kern_malloc.c
119
if (size > (
ULONG_MAX
-PAGE_SIZE))
120
allocsize =
ULONG_MAX
; /* this will fail later */
/src/sys/arch/hppa/include/
limits.h
73
* These numbers work for pcc as well. The UINT_MAX and
ULONG_MAX
values
88
#define
ULONG_MAX
0xffffffffUL /* max value for an unsigned long */
Completed in 71 milliseconds
1
2
3
4
5
Indexes created Mon Oct 20 05:10:11 GMT 2025