Searched refs:UINTMAX_MAX (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dxstrtoumax.c29 #ifdef UINTMAX_MAX
31 # define STRTOL_T_MAXIMUM UINTMAX_MAX
H A Dhuman.c31 #ifndef UINTMAX_MAX
32 # define UINTMAX_MAX ((uintmax_t) -1) macro
77 if (inexact_style != human_round_to_nearest && value < UINTMAX_MAX)
/freebsd-9.3-release/lib/libc/locale/
H A Dwcstoumax.c92 cutoff = UINTMAX_MAX / base;
93 cutlim = UINTMAX_MAX % base;
119 acc = UINTMAX_MAX;
/freebsd-9.3-release/lib/libc/stdlib/
H A Dstrtoumax.c94 cutoff = UINTMAX_MAX / base;
95 cutlim = UINTMAX_MAX % base;
116 acc = UINTMAX_MAX;
/freebsd-9.3-release/sys/arm/include/
H A D_stdint.h135 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-9.3-release/sys/ia64/include/
H A D_stdint.h135 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-9.3-release/sys/sparc64/include/
H A D_stdint.h135 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-9.3-release/sys/mips/include/
H A D_stdint.h165 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-9.3-release/sys/powerpc/include/
H A D_stdint.h164 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-9.3-release/sys/x86/include/
H A D_stdint.h158 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-printbasic.c68 assert(UINTMAX_MAX == UINT64_MAX);
/freebsd-9.3-release/contrib/diff/src/
H A Dsystem.h171 #ifndef UINTMAX_MAX
172 # define UINTMAX_MAX TYPE_MAXIMUM (uintmax_t) macro
H A Dcmp.c76 static uintmax_t bytes = UINTMAX_MAX;
136 || (o = val) < 0 || o != val || val == UINTMAX_MAX)
431 if (remaining != UINTMAX_MAX)
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c384 /* Support for uintmax_t. We also need UINTMAX_MAX. */
390 #ifndef UINTMAX_MAX
391 #define UINTMAX_MAX ULLONG_MAX macro
392 #endif /* !defined(UINTMAX_MAX) */
395 #ifdef UINTMAX_MAX
396 #undef UINTMAX_MAX macro
397 #endif /* defined(UINTMAX_MAX) */
398 #define UINTMAX_MAX ULLONG_MAX macro
1181 * digits of the 32-bit, the 64-bit, or the 128-bit UINTMAX_MAX value
1203 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) {
[all...]
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h723 #ifndef UINTMAX_MAX
724 # define UINTMAX_MAX TYPE_MAXIMUM (uintmax_t) macro
H A Dsort.c744 if (n <= UINTMAX_MAX / 1024)
763 if (mem < UINTMAX_MAX)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstdint.h679 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__) macro
/freebsd-9.3-release/lib/libc/stdio/
H A Dvfprintf.c297 #if UINTMAX_MAX <= UINT64_MAX
H A Dvfwprintf.c379 #if UINTMAX_MAX <= UINT64_MAX

Completed in 216 milliseconds