OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ULONG_MAX
(Results
1 - 14
of
14
) sorted by relevancy
/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/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/
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/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 */
/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/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/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/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/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/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/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 */
Completed in 44 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025