Searched refs:UINT64_MAX (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-9.3-release/sys/ia64/include/
H A D_stdint.h75 #define UINT64_MAX 0xffffffffffffffffUL macro
97 #define UINT_LEAST64_MAX UINT64_MAX
119 #define UINT_FAST64_MAX UINT64_MAX
127 #define UINTPTR_MAX UINT64_MAX
135 #define UINTMAX_MAX UINT64_MAX
150 #define SIZE_MAX UINT64_MAX
/freebsd-9.3-release/sys/sparc64/include/
H A D_stdint.h75 #define UINT64_MAX 0xffffffffffffffffUL macro
97 #define UINT_LEAST64_MAX UINT64_MAX
119 #define UINT_FAST64_MAX UINT64_MAX
127 #define UINTPTR_MAX UINT64_MAX
135 #define UINTMAX_MAX UINT64_MAX
150 #define SIZE_MAX UINT64_MAX
/freebsd-9.3-release/sys/x86/include/
H A D_stdint.h87 #define UINT64_MAX 0xffffffffffffffff macro
91 #define UINT64_MAX 0xffffffffffffffffULL macro
114 #define UINT_LEAST64_MAX UINT64_MAX
136 #define UINT_FAST64_MAX UINT64_MAX
145 #define UINTPTR_MAX UINT64_MAX
158 #define UINTMAX_MAX UINT64_MAX
174 #define SIZE_MAX UINT64_MAX
/freebsd-9.3-release/sys/mips/include/
H A D_stdint.h99 #define UINT64_MAX __UINT64_C(0xffffffffffffffff) macro
121 #define UINT_LEAST64_MAX UINT64_MAX
143 #define UINT_FAST64_MAX UINT64_MAX
152 #define UINTPTR_MAX UINT64_MAX
165 #define UINTMAX_MAX UINT64_MAX
177 #define SIZE_MAX UINT64_MAX
/freebsd-9.3-release/sys/powerpc/include/
H A D_stdint.h98 #define UINT64_MAX __UINT64_C(0xffffffffffffffff) macro
120 #define UINT_LEAST64_MAX UINT64_MAX
142 #define UINT_FAST64_MAX UINT64_MAX
151 #define UINTPTR_MAX UINT64_MAX
164 #define UINTMAX_MAX UINT64_MAX
180 #define SIZE_MAX UINT64_MAX
/freebsd-9.3-release/contrib/xz/src/liblzma/api/lzma/
H A Dvli.h13 * thus the vli argument must be less than or equal to UINT64_MAX / 2. You
34 #define LZMA_VLI_MAX (UINT64_MAX / 2)
39 #define LZMA_VLI_UNKNOWN UINT64_MAX
/freebsd-9.3-release/lib/clang/include/llvm/Support/
H A DDataTypes.h99 #if !defined(UINT64_MAX)
100 # define UINT64_MAX 0xffffffffffffffffULL macro
/freebsd-9.3-release/sys/sys/
H A Dstdint.h68 #if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX == UINT64_MAX)
/freebsd-9.3-release/contrib/xz/src/common/
H A Dsysdefs.h102 #ifndef UINT64_MAX
103 # define UINT64_MAX UINT64_C(18446744073709551615) macro
120 # define SIZE_MAX UINT64_MAX
125 #if SIZE_MAX != UINT32_MAX && SIZE_MAX != UINT64_MAX
/freebsd-9.3-release/sys/arm/include/
H A D_stdint.h75 #define UINT64_MAX 0xffffffffffffffffULL macro
97 #define UINT_LEAST64_MAX UINT64_MAX
119 #define UINT_FAST64_MAX UINT64_MAX
135 #define UINTMAX_MAX UINT64_MAX
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_platform.h90 # undef UINT64_MAX macro
118 #define UINT64_MAX (~(uint64_t)0) macro
121 #define INT64_MAX ((int64_t)(UINT64_MAX >> 1))
H A Darchive_read_support_format_ar.c542 limit = UINT64_MAX / base;
543 last_digit_limit = UINT64_MAX % base;
552 l = UINT64_MAX; /* Truncate on overflow. */
568 limit = UINT64_MAX / base;
569 last_digit_limit = UINT64_MAX % base;
577 l = UINT64_MAX; /* Truncate on overflow. */
/freebsd-9.3-release/contrib/xz/src/liblzma/api/
H A Dlzma.h47 * UINT32_MAX, UINT64_MAX
83 || !defined(UINT32_MAX) || !defined(UINT64_MAX)
153 # ifndef UINT64_MAX
154 # define UINT64_MAX (UINT64_C(18446744073709551615)) macro
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-printbasic.c56 #define S_SIZEMAX (SIZE_MAX == UINT64_MAX ? S_UINT64MAX : S_UINT32MAX)
57 #define S_ULONGMAX (ULONG_MAX == UINT64_MAX ? S_UINT64MAX : S_UINT32MAX)
58 #define S_ULLONGMAX (ULLONG_MAX == UINT64_MAX ? S_UINT64MAX : S_UINT32MAX)
68 assert(UINTMAX_MAX == UINT64_MAX);
77 testfmt(S_UINT64MAX, "%ju", UINT64_MAX);
/freebsd-9.3-release/contrib/xz/src/liblzma/delta/
H A Ddelta_common.c42 if (lzma_delta_coder_memusage(filters[0].options) == UINT64_MAX)
67 return UINT64_MAX;
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dhardware.c88 return memlimit != 0 ? memlimit : UINT64_MAX;
97 // is 0 or UINT64_MAX. This might get a bit more complex once there
99 if (value == 0 || value == UINT64_MAX)
H A Dutil.c76 if (result > UINT64_MAX / 10)
83 if (UINT64_MAX - add < result)
120 if (result > UINT64_MAX / multiplier)
/freebsd-9.3-release/contrib/compiler-rt/lib/ppc/
H A Dfixunstfdi.c58 return UINT64_MAX;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c103 multmax = (uint64_t)UINT64_MAX / (uint64_t)base;
120 if ((uint64_t)UINT64_MAX - val < (uint64_t)i)
257 if (max > UINT64_MAX)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_comutil.c78 zrpp->zrp_maxdata = UINT64_MAX;
79 zrpp->zrp_txg = UINT64_MAX;
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dtmpname.cpp60 #if !defined UINT64_MAX && !defined uint64_t
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dfilter_common.c302 return UINT64_MAX;
312 return UINT64_MAX; // Unsupported Filter ID
327 if (usage == UINT64_MAX)
328 return UINT64_MAX; // Invalid options
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DBlockFrequency.cpp71 Result = UINT64_MAX;
136 Frequency = UINT64_MAX;
/freebsd-9.3-release/contrib/xz/src/xzdec/
H A Dxzdec.c151 ret = lzma_alone_decoder(strm, UINT64_MAX);
153 ret = lzma_stream_decoder(strm, UINT64_MAX, LZMA_CONCATENATED);
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DDataTypes.h.in188 #if !defined(UINT64_MAX)
189 # define UINT64_MAX 0xffffffffffffffffULL

Completed in 163 milliseconds

1234