Home
last modified time | relevance | path

Searched refs:INT64_MIN (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-13-stable/sys/x86/include/
HD_stdint.h87 #define INT64_MIN (-0x7fffffffffffffff-1) macro
91 #define INT64_MIN (-0x7fffffffffffffffLL-1) macro
104 #define INT_LEAST64_MIN INT64_MIN
126 #define INT_FAST64_MIN INT64_MIN
145 #define INTPTR_MIN INT64_MIN
158 #define INTMAX_MIN INT64_MIN
168 #define PTRDIFF_MIN INT64_MIN
/freebsd-13-stable/sys/powerpc/include/
HD_stdint.h86 #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-13-stable/sys/riscv/include/
HD_stdint.h61 #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
/freebsd-13-stable/sys/arm64/include/
HD_stdint.h61 #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
/freebsd-13-stable/sys/mips/include/
HD_stdint.h88 #define INT64_MIN (-__INT64_C(0x7fffffffffffffff)-1) macro
110 #define INT_LEAST64_MIN INT64_MIN
132 #define INT_FAST64_MIN INT64_MIN
151 #define INTPTR_MIN INT64_MIN
164 #define INTMAX_MIN INT64_MIN
174 #define PTRDIFF_MIN INT64_MIN
/freebsd-13-stable/tests/sys/sys/
HDqmath_test.c217 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-13-stable/contrib/llvm-project/llvm/include/llvm-c/
HDDataTypes.h48 #undef INT64_MIN
73 #if !defined(INT64_MIN)
74 # define INT64_MIN ((-INT64_MAX)-1) macro
/freebsd-13-stable/sys/arm/include/
HD_stdint.h63 #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-13-stable/lib/libnv/tests/
HDnvlist_get_test.c90 nvlist_add_number(nvl, "nvlist/number/INT64_MIN", INT64_MIN); in main()
92 CHECK((int64_t)nvlist_get_number(nvl, "nvlist/number/INT64_MIN") == INT64_MIN); in main()
143 CHECK((int64_t)nvlist_get_number(cnvl, "nvlist/number/INT64_MIN") == INT64_MIN); in main()
162 CHECK((int64_t)nvlist_get_number(nvl, "nvlist/number/INT64_MIN") == INT64_MIN); in main()
HDnvlist_send_recv_test.c66 nvlist_add_number(nvl, "nvlist/number/INT64_MIN", INT64_MIN); in send_nvlist_child()
151 ATF_REQUIRE((int64_t)nvlist_get_number(nvl, name) == INT64_MIN); in send_nvlist_parent()
265 ATF_REQUIRE((int64_t)nvlist_get_number(cnvl, cname) == INT64_MIN); in send_nvlist_parent()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
HDfixtfdi.c70 int64_t result = INT64_MIN; in __fixtfdi()
97 return INT64_MIN; in __fixtfdi()
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_platform.h111 # undef INT64_MIN
139 #define INT64_MIN ((int64_t)(~INT64_MAX)) macro
/freebsd-13-stable/contrib/apr/strings/
HDapr_strings.c232 #ifndef INT64_MIN
233 #define INT64_MIN (-APR_INT64_C(0x7fffffffffffffff) - APR_INT64_C(1)) macro
344 acc = neg ? INT64_MIN : INT64_MAX; in apr_strtoi64()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDstdint.h504 # 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-13-stable/usr.bin/svn/lib/libapr/
HDapr.h442 #ifdef INT64_MIN
443 #define APR_INT64_MIN INT64_MIN
/freebsd-13-stable/crypto/openssl/include/internal/
HDnumbers.h58 # define INT64_MIN __MININT__(int64_t) macro
/freebsd-13-stable/lib/libutil/
HDlogin_class.c399 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-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDtime.h34 #define TIME_MIN INT64_MIN
HDsysmacros.h60 #define INT64_MIN LLONG_MIN macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDtime.h60 ((ts)->tv_sec < INT64_MIN || (ts)->tv_sec > INT64_MAX)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_internal_defs.h387 #undef INT64_MIN
388 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
/freebsd-13-stable/contrib/netbsd-tests/lib/libbluetooth/
HDt_sdp_get.c433 ATF_CHECK_EQ(value, INT64_MIN); in ATF_TC_BODY()
449 ATF_CHECK_EQ(value, INT64_MIN); in ATF_TC_BODY()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcstdint21 INT64_MIN
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDstring_utils.cpp70 const u64 UnsignedNum = (Num == INT64_MIN) in appendSignedDecimal()
/freebsd-13-stable/usr.bin/tail/
HDtail.c112 if (off > INT64_MAX / units || off < INT64_MIN / units ) \ in main()

123