/freebsd/sys/x86/include/ |
H A D | _stdint.h | 85 #define INT64_MIN (-0x7fffffffffffffff-1) macro 89 #define INT64_MIN (-0x7fffffffffffffffLL-1) macro 102 #define INT_LEAST64_MIN INT64_MIN 124 #define INT_FAST64_MIN INT64_MIN 143 #define INTPTR_MIN INT64_MIN 156 #define INTMAX_MIN INT64_MIN 166 #define PTRDIFF_MIN INT64_MIN 170 #define SIG_ATOMIC_MIN INT64_MIN
|
/freebsd/sys/riscv/include/ |
H A D | _stdint.h | 61 #define INT64_MIN (-0x7fffffffffffffffL-1) macro 83 #define INT_LEAST64_MIN INT64_MIN 105 #define INT_FAST64_MIN INT64_MIN 123 #define INTPTR_MIN INT64_MIN 131 #define INTMAX_MIN INT64_MIN 140 #define PTRDIFF_MIN INT64_MIN 144 #define SIG_ATOMIC_MIN INT64_MIN
|
/freebsd/sys/arm64/include/ |
H A D | _stdint.h | 65 #define INT64_MIN (-0x7fffffffffffffffL-1) macro 87 #define INT_LEAST64_MIN INT64_MIN 109 #define INT_FAST64_MIN INT64_MIN 127 #define INTPTR_MIN INT64_MIN 135 #define INTMAX_MIN INT64_MIN 144 #define PTRDIFF_MIN INT64_MIN 148 #define SIG_ATOMIC_MIN INT64_MIN
|
/freebsd/sys/powerpc/include/ |
H A D | _stdint.h | 86 #define INT64_MIN (-__INT64_C(0x7fffffffffffffff)-1) macro 108 #define INT_LEAST64_MIN INT64_MIN 130 #define INT_FAST64_MIN INT64_MIN 149 #define INTPTR_MIN INT64_MIN 162 #define INTMAX_MIN INT64_MIN 172 #define PTRDIFF_MIN INT64_MIN 176 #define SIG_ATOMIC_MIN INT64_MIN
|
/freebsd/tests/sys/sys/ |
H A D | qmath_test.c | 217 GENRAND(&a_s64q, INT64_MIN, UINT64_MAX); in ATF_TC_BODY() 218 GENRAND(&b_s64q, INT64_MIN, UINT64_MAX); in ATF_TC_BODY() 283 GENRAND(&a_s64q, INT64_MIN, UINT64_MAX); in ATF_TC_BODY() 284 GENRAND(&b_s64q, INT64_MIN, UINT64_MAX); in ATF_TC_BODY() 328 GENRAND(&a_s64q, INT64_MIN, UINT64_MAX); in ATF_TC_BODY() 329 GENRAND(&b_s64q, INT64_MIN, UINT64_MAX); in ATF_TC_BODY() 376 GENRAND(&a_s64q, INT64_MIN, UINT64_MAX); in ATF_TC_BODY() 377 GENRAND(&b_s64q, INT64_MIN, UINT64_MAX); in ATF_TC_BODY() 422 GENRAND(&a_s64q, INT64_MIN, UINT64_MAX); in ATF_TC_BODY() 423 GENRAND(&b_s64q, INT64_MIN, UINT64_MAX); in ATF_TC_BODY() [all …]
|
/freebsd/sys/arm/include/ |
H A D | _stdint.h | 63 #define INT64_MIN (-0x7fffffffffffffffLL-1) macro 85 #define INT_LEAST64_MIN INT64_MIN 107 #define INT_FAST64_MIN INT64_MIN 133 #define INTMAX_MIN INT64_MIN
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DataTypes.h | 48 #undef INT64_MIN 73 #if !defined(INT64_MIN) 74 # define INT64_MIN ((-INT64_MAX)-1) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | fixtfdi.c | 70 int64_t result = INT64_MIN; in __fixtfdi() 97 return INT64_MIN; in __fixtfdi()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_platform.h | 111 # undef INT64_MIN 139 #define INT64_MIN ((int64_t)(~INT64_MAX)) 154 #define INT64_MIN global() macro
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | limits.h | 45 #define S64_MIN INT64_MIN
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdint.h | 504 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro 520 # define __INT_LEAST64_MIN INT64_MIN 524 # define __INT_LEAST32_MIN INT64_MIN 530 # define __INT_LEAST16_MIN INT64_MIN 536 # define __INT_LEAST8_MIN INT64_MIN
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_encode_test.c | 397 CUSTOM_EXPECTED_SUCCESS(INT64_MIN, INT64_MIN), /* t_8bytes_4_neg */ 407 ENCDEC_ARRAY(INT64_MAX, INT64_MAX, INT64_MIN, INT64_MIN),
|
/freebsd/lib/libutil/ |
H A D | login_class.c | 399 const rlim_t def_val = INT64_MIN + 1, err_val = INT64_MIN; in setclassumask() 465 const rlim_t def_val = 0, err_val = INT64_MIN; in setclasspriority()
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | time.h | 34 #define TIME_MIN INT64_MIN
|
H A D | sysmacros.h | 60 #define INT64_MIN LLONG_MIN macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | time.h | 58 ((ts)->tv_sec < INT64_MIN || (ts)->tv_sec > INT64_MAX)
|
/freebsd/crypto/openssl/include/internal/ |
H A D | numbers.h | 59 # define INT64_MIN __MININT__(int64_t) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 387 #undef INT64_MIN 388 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
|
/freebsd/contrib/netbsd-tests/lib/libbluetooth/ |
H A D | t_sdp_get.c | 433 ATF_CHECK_EQ(value, INT64_MIN); in ATF_TC_BODY() 449 ATF_CHECK_EQ(value, INT64_MIN); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdint | 21 INT64_MIN
|
/freebsd/lib/libnv/tests/ |
H A D | nvlist_send_recv_test.c | 68 nvlist_add_number(nvl, "nvlist/number/INT64_MIN", INT64_MIN); in send_nvlist_child() 153 ATF_REQUIRE((int64_t)nvlist_get_number(nvl, name) == INT64_MIN); in send_nvlist_parent() 267 ATF_REQUIRE((int64_t)nvlist_get_number(cnvl, cname) == INT64_MIN); in send_nvlist_parent()
|
/freebsd/usr.bin/tail/ |
H A D | tail.c | 102 if (off > INT64_MAX / units || off < INT64_MIN / units ) \ in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 70 const u64 UnsignedNum = (Num == INT64_MIN) in appendSignedDecimal()
|
/freebsd/stand/libsa/ |
H A D | pkgfs.c | 611 lower_limit = INT64_MIN / 256; in pkg_atol256() 624 l = INT64_MIN; in pkg_atol256()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 353 offset_to_top_location, addr_byte_size, INT64_MIN, error); in GetDynamicTypeAndAddress() 355 if (offset_to_top == INT64_MIN) in GetDynamicTypeAndAddress()
|