OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINTMAX_MAX
(Results
1 - 25
of
82
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gcc/dist/fixincludes/tests/base/
stdint-darwin.h
51
#define
UINTMAX_MAX
18446744073709551615UL
55
#define
UINTMAX_MAX
18446744073709551615ULL
stdint-newlib.h
35
#define
UINTMAX_MAX
__UINTMAX_MAX__
/src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
stdint-darwin.h
51
#define
UINTMAX_MAX
18446744073709551615UL
55
#define
UINTMAX_MAX
18446744073709551615ULL
stdint-newlib.h
35
#define
UINTMAX_MAX
__UINTMAX_MAX__
/src/external/bsd/libarchive/dist/libarchive/
archive_platform.h
147
#define
UINTMAX_MAX
(~(uintmax_t)0)
150
#define INTMAX_MAX ((intmax_t)(
UINTMAX_MAX
>> 1))
/src/sys/arch/alpha/include/
int_limits.h
112
#define
UINTMAX_MAX
0xffffffffffffffffUL /* uintmax_t */
/src/sys/arch/amd64/include/
int_limits.h
115
#define
UINTMAX_MAX
0xffffffffffffffffUL /* uintmax_t */
/src/sys/arch/arm/include/
int_limits.h
118
#define
UINTMAX_MAX
0xffffffffffffffffULL /* uintmax_t */
/src/sys/arch/hppa/include/
int_limits.h
109
#define
UINTMAX_MAX
0xffffffffffffffffULL /* uintmax_t */
/src/sys/arch/i386/include/
int_limits.h
113
#define
UINTMAX_MAX
0xffffffffffffffffULL /* uintmax_t */
/src/sys/arch/ia64/include/
int_limits.h
112
#define
UINTMAX_MAX
0xffffffffffffffffUL /* uintmax_t */
/src/sys/arch/m68k/include/
int_limits.h
112
#define
UINTMAX_MAX
0xffffffffffffffffULL /* uintmax_t */
/src/sys/arch/mips/include/
int_limits.h
155
#define
UINTMAX_MAX
0xffffffffffffffffUL /* uintmax_t */
159
#define
UINTMAX_MAX
0xffffffffffffffffULL /* uintmax_t */
/src/sys/arch/powerpc/include/
int_limits.h
155
#define
UINTMAX_MAX
0xffffffffffffffffUL /* uintmax_t */
159
#define
UINTMAX_MAX
0xffffffffffffffffULL /* uintmax_t */
/src/sys/arch/sh3/include/
int_limits.h
112
#define
UINTMAX_MAX
0xffffffffffffffffULL /* uintmax_t */
/src/sys/arch/sparc/include/
int_limits.h
155
#define
UINTMAX_MAX
0xffffffffffffffffUL /* uintmax_t */
159
#define
UINTMAX_MAX
0xffffffffffffffffULL /* uintmax_t */
/src/sys/arch/vax/include/
int_limits.h
112
#define
UINTMAX_MAX
0xffffffffffffffffULL /* uintmax_t */
/src/sys/sys/
common_int_limits.h
112
#define
UINTMAX_MAX
__UINTMAX_MAX__
/src/external/gpl2/diffutils/dist/src/
system.h
219
#ifndef
UINTMAX_MAX
220
# define
UINTMAX_MAX
TYPE_MAXIMUM (uintmax_t)
/src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h
187
#define
UINTMAX_MAX
UINT64_MAX
/src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h
187
#define
UINTMAX_MAX
UINT64_MAX
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h
379
#undef
UINTMAX_MAX
381
# define
UINTMAX_MAX
UINT64_MAX
383
# define
UINTMAX_MAX
UINT32_MAX
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h
379
#undef
UINTMAX_MAX
381
# define
UINTMAX_MAX
UINT64_MAX
383
# define
UINTMAX_MAX
UINT32_MAX
/src/external/gpl2/xcvs/dist/lib/
stdint_.h
217
#define
UINTMAX_MAX
UINT64_MAX
221
#define
UINTMAX_MAX
UINT32_MAX
/src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h
187
#define
UINTMAX_MAX
UINT64_MAX
Completed in 58 milliseconds
1
2
3
4
Indexes created Wed Mar 04 15:26:31 UTC 2026