| /freebsd/contrib/sendmail/include/sm/ |
| H A D | limits.h | 33 # define LLONG_MIN ((LONGLONG_T)(~(ULLONG_MAX >> 1))) 36 # define LLONG_MAX ((LONGLONG_T)(ULLONG_MAX >> 1)) 38 # ifndef ULLONG_MAX 39 # define ULLONG_MAX ((ULONGLONG_T)(-1)) macro
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | strtoull.c | 81 cutoff = ULLONG_MAX / (unsigned long long)base; in strtoull() 82 cutlim = ULLONG_MAX % (unsigned long long)base; in strtoull() 96 acc = ULLONG_MAX; in strtoull()
|
| /freebsd/lib/libc/stdlib/ |
| H A D | strtoull.c | 97 cutoff = ULLONG_MAX / base; in strtoull_l() 98 cutlim = ULLONG_MAX % base; in strtoull_l() 119 acc = ULLONG_MAX; in strtoull_l()
|
| /freebsd/lib/libc/locale/ |
| H A D | wcstoull.c | 95 cutoff = ULLONG_MAX / base; in wcstoull_l() 96 cutlim = ULLONG_MAX % base; in wcstoull_l() 122 acc = ULLONG_MAX; in wcstoull_l()
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | strto.c | 222 cutoff = ULLONG_MAX / (ULONGLONG_T)base; 223 cutlim = ULLONG_MAX % (ULONGLONG_T)base; 239 acc = ULLONG_MAX;
|
| H A D | t-types.c | 88 ull = ULLONG_MAX;
|
| /freebsd/usr.bin/getconf/ |
| H A D | unsigned_limits.gperf | 23 ULLONG_MAX, ULLONG_MAX keyword
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | brg_types.h | 111 #elif defined( ULLONG_MAX ) && ULLONG_MAX > 4294967295u 112 # if ULLONG_MAX == 18446744073709551615ull
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | limits.h | 107 #undef ULLONG_MAX 111 #define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) macro
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | limits-macros.h | 172 #ifndef ULLONG_MAX 173 #define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL) macro
|
| /freebsd/contrib/tzcode/ |
| H A D | private.h | 386 # ifndef ULLONG_MAX 387 # define ULLONG_MAX (LLONG_MAX * 2ull + 1) macro 470 # define UINT_FAST64_MAX ULLONG_MAX 475 # ifdef ULLONG_MAX 477 # define UINTMAX_MAX ULLONG_MAX 485 # ifdef ULLONG_MAX
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | FrameHeaderCache.hpp | 73 static unsigned long long LastAdds = ULLONG_MAX; in cacheNeedsReset() 74 static unsigned long long LastSubs = ULLONG_MAX; in cacheNeedsReset()
|
| /freebsd/lib/libc/tests/stdio/ |
| H A D | printbasic_test.c | 51 #define S_ULLONGMAX (ULLONG_MAX == UINT64_MAX ? S_UINT64MAX : S_UINT32MAX) 126 testfmt(S_ULLONGMAX, "%llu", ULLONG_MAX); in ATF_TC_BODY()
|
| H A D | snprintf_test.c | 155 SNPRINTF_TEST("18446744073709551615", "%w64u", (uint64_t)ULLONG_MAX); in ATF_TC_BODY() 187 SNPRINTF_TEST("18446744073709551615", "%wf64u", (uint_fast64_t)ULLONG_MAX); in ATF_TC_BODY()
|
| H A D | swprintf_test.c | 156 SWPRINTF_TEST("18446744073709551615", "%w64u", (uint64_t)ULLONG_MAX); in ATF_TC_BODY() 188 SWPRINTF_TEST("18446744073709551615", "%wf64u", (uint_fast64_t)ULLONG_MAX); in ATF_TC_BODY()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | clonefile.c | 212 if (soff == ULLONG_MAX) { in main() 217 if (doff == ULLONG_MAX) { in main() 226 if (len2 == ULLONG_MAX) { in main()
|
| /freebsd/contrib/less/ |
| H A D | xbuf.c | 172 #ifdef ULLONG_MAX in help_fixup() 175 if (ULLONG_MAX < val) in help_fixup()
|
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_limits.h | 40 #define UINT64_MAX ULLONG_MAX
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | snprintf.c | 360 /* Support for unsigned long long int. We may also need ULLONG_MAX. */ 373 #ifndef ULLONG_MAX 374 #define ULLONG_MAX ULONG_MAX macro 375 #endif /* !defined(ULLONG_MAX) */ 378 #ifdef ULLONG_MAX 379 #undef ULLONG_MAX 380 #endif /* defined(ULLONG_MAX) */ 381 #define ULLONG_MAX ULONG_MAX macro 391 #define UINTMAX_MAX ULLONG_MAX 398 #define UINTMAX_MAX ULLONG_MAX [all...] |
| /freebsd/contrib/libfido2/src/ |
| H A D | util.c | 24 else if (ull == ULLONG_MAX && errno == ERANGE) in fido_to_uint64()
|
| /freebsd/lib/libc/stdbit/ |
| H A D | stdc_bit_ceil.c | 67 if (x > ULLONG_MAX/2 + 1) in stdc_bit_ceil_ull()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | climits | 36 ULLONG_MAX // C99
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | climits | 36 ULLONG_MAX // C99
|
| /freebsd/stand/kboot/libkboot/ |
| H A D | seg.c | 236 if (start == ULLONG_MAX || walker == next) in parse_line() 243 if (end == ULLONG_MAX || walker == next) in parse_line()
|
| /freebsd/sys/sys/ |
| H A D | limits.h | 66 #define ULLONG_MAX __ULLONG_MAX /* max for an unsigned long long */ macro
|