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

12

/freebsd-12-stable/lib/libc/locale/
H A Dwcstoumax.c94 cutoff = UINTMAX_MAX / base;
95 cutlim = UINTMAX_MAX % base;
121 acc = UINTMAX_MAX;
/freebsd-12-stable/lib/libc/stdlib/
H A Dstrtoumax.c96 cutoff = UINTMAX_MAX / base;
97 cutlim = UINTMAX_MAX % base;
118 acc = UINTMAX_MAX;
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_platform.h149 #define UINTMAX_MAX (~(uintmax_t)0) macro
152 #define INTMAX_MAX ((intmax_t)(UINTMAX_MAX >> 1))
/freebsd-12-stable/sys/riscv/include/
H A D_stdint.h135 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-12-stable/sys/sparc64/include/
H A D_stdint.h137 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-12-stable/sys/arm/include/
H A D_stdint.h137 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-12-stable/sys/arm64/include/
H A D_stdint.h135 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-12-stable/contrib/jemalloc/src/
H A Dmalloc_io.c138 ret = UINTMAX_MAX;
220 ret = UINTMAX_MAX;
232 ret = UINTMAX_MAX;
478 assert(uwidth != UINTMAX_MAX || get_errno() !=
502 assert(uprec != UINTMAX_MAX || get_errno() !=
/freebsd-12-stable/lib/libc/tests/stdio/
H A Dprintbasic_test.c105 ATF_REQUIRE(UINTMAX_MAX == UINT64_MAX);
/freebsd-12-stable/sys/powerpc/include/
H A D_stdint.h166 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-12-stable/sys/mips/include/
H A D_stdint.h167 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-12-stable/sys/x86/include/
H A D_stdint.h162 #define UINTMAX_MAX UINT64_MAX macro
/freebsd-12-stable/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-12-stable/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-12-stable/crypto/openssl/include/openssl/
H A Dossl_typ.h180 defined(INTMAX_MAX) && defined(UINTMAX_MAX)
/freebsd-12-stable/bin/dd/
H A Dargs.c217 if (res == UINTMAX_MAX)
220 cpy_cnt = UINTMAX_MAX;
/freebsd-12-stable/crypto/openssl/apps/
H A Dopt.c375 defined(INTMAX_MAX) && defined(UINTMAX_MAX)
410 || (m == UINTMAX_MAX && errno == ERANGE)
H A Dapps.h393 defined(INTMAX_MAX) && defined(UINTMAX_MAX)
/freebsd-12-stable/bin/sh/
H A Dmiscbltin.c567 if (uval > UINTMAX_MAX / l->factor)
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_dat.c99 dat_entry[entry].de_end = UINTMAX_MAX;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h664 #define UINTMAX_MAX __UINTMAX_MAX__ macro
/freebsd-12-stable/lib/libc/stdio/
H A Dvfprintf.c300 #if UINTMAX_MAX <= UINT64_MAX
H A Dvfwprintf.c382 #if UINTMAX_MAX <= UINT64_MAX
/freebsd-12-stable/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c434 dat[off].de_end = UINTMAX_MAX;

Completed in 400 milliseconds

12