Searched refs:INT64_MIN (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-current/stand/libsa/
H A Dpkgfs.c611 lower_limit = INT64_MIN / 256;
624 l = INT64_MIN;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp353 offset_to_top_location, addr_byte_size, INT64_MIN, error);
355 if (offset_to_top == INT64_MIN)
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp131 int64_t MaxLineDelta = INT64_MIN;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp282 return (res > INT64_MAX) ? INT64_MIN : ((s64)res * -1);
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_int.c249 * Absolute value of INT64_MIN: we can't just use -INT64_MIN as gcc produces
252 #define ABS_INT64_MIN ((uint64_t)INT64_MAX + (-(INT64_MIN + INT64_MAX)))
348 * common INT64_MIN. Even though below '0 - (uint64_t)r' can
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h254 #define EV_INT64_MIN INT64_MIN
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h254 #define EV_INT64_MIN INT64_MIN
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp203 Value.isSingleWord() ? Value.getSExtValue() : INT64_MIN);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp204 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX)
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c184 return (time_t)INT64_MIN;
2054 limit = INT64_MIN / base;
2055 last_digit_limit = -(INT64_MIN % base);
2062 return INT64_MIN;
H A Darchive_read_support_format_tar.c2669 maxval = INT64_MIN;
2670 limit = -(INT64_MIN / base);
2671 last_digit_limit = -(INT64_MIN % base);
2735 return neg ? INT64_MIN : INT64_MAX;
2741 return neg ? INT64_MIN : INT64_MAX;
H A Darchive_write_set_format_pax.c282 ui = (i == INT64_MIN) ? (uint64_t)(INT64_MAX) + 1 : (uint64_t)(-i);
/freebsd-current/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c491 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT64_MIN));
656 ATF_REQUIRE(sdp_put_int64(&test, (int64_t)INT64_MIN));
/freebsd-current/crypto/openssl/crypto/
H A Dparams.c637 if (d >= INT64_MIN
1074 if (val >= INT64_MIN
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h436 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N);
441 return IsNeg ? INT64_MIN : INT64_MAX;
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c845 type_max = -(uint64_t)INT64_MIN;
/freebsd-current/contrib/bmake/
H A Dutil.c693 # define __INT_MIN INT64_MIN
/freebsd-current/sys/x86/x86/
H A Dtsc.c545 min = INT64_MIN;
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlcode.c722 if (op == OP_DIV && e1->u.nval == INT64_MIN && e2->u.nval == -1)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1015 if (dividend == INT64_MIN && divisor == -1)
1043 if (dividend == INT64_MIN && divisor == -1)
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_vfsops.c177 if (val > INT64_MAX / 256 || val < INT64_MIN / 256)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp601 if ((Size == 64 && static_cast<int64_t>(C) == INT64_MIN) ||
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1800 ((V < 0) && (CmpImm < INT64_MIN - V)))
/freebsd-current/sys/kern/
H A Dsubr_stats.c301 [VSD_DTYPE_INT_S64] = {.int64 = {.s64 = INT64_MIN}},
307 [VSD_DTYPE_Q_S64] = {.q64 = {.sq64 = Q_IFMINVAL(INT64_MIN)}},
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1298 const int64_t MinVal = Is64 ? INT64_MIN : INT32_MIN;

Completed in 364 milliseconds

123