Searched refs:INT16_MIN (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/contrib/flex/src/
H A Dflexint.h37 #ifndef INT16_MIN
38 #define INT16_MIN (-32767-1) macro
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dlimits.h39 #define S16_MIN INT16_MIN
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_stdint.c47 ATF_CHECK(INT16_MIN < UINT16_MAX);
/freebsd-current/sys/arm/include/
H A D_stdint.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/freebsd-current/sys/arm64/include/
H A D_stdint.h63 #define INT16_MIN (-0x7fff-1) macro
85 #define INT_LEAST16_MIN INT16_MIN
/freebsd-current/sys/riscv/include/
H A D_stdint.h59 #define INT16_MIN (-0x7fff-1) macro
81 #define INT_LEAST16_MIN INT16_MIN
/freebsd-current/sys/powerpc/include/
H A D_stdint.h84 #define INT16_MIN (-0x7fff-1) macro
106 #define INT_LEAST16_MIN INT16_MIN
/freebsd-current/sys/x86/include/
H A D_stdint.h73 #define INT16_MIN (-0x7fff-1) macro
100 #define INT_LEAST16_MIN INT16_MIN
/freebsd-current/crypto/openssl/include/internal/
H A Dnumbers.h47 # define INT16_MIN __MININT__(int16_t) macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp116 if (ByteOff > INT16_MAX * 8 || ByteOff < INT16_MIN * 8)
/freebsd-current/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c483 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT16_MIN));
485 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT16_MIN - 1));
575 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT16_MIN));
608 ATF_REQUIRE(sdp_put_int32(&test, (int32_t)INT16_MIN));
652 ATF_REQUIRE(sdp_put_int64(&test, (int64_t)INT16_MIN));
H A Dt_sdp_set.c191 ATF_CHECK_EQ(sdp_set_int(&test, INT16_MIN - 1), false); /* too big */
H A Dt_sdp_get.c411 ATF_CHECK_EQ(value, INT16_MIN);
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h50 #define INT16_MIN (-32768) macro
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp46 if (i >= INT16_MIN) {
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h139 assert(static_cast<int16_t>(RE.SectionID) >= INT16_MIN && "Relocation underflow");
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h791 #define INT16_MIN (-INT16_C(32767)-1) macro
795 # define __INT_LEAST16_MIN INT16_MIN
801 # define __INT_LEAST8_MIN INT16_MIN
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h259 #define EV_INT16_MIN INT16_MIN
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h259 #define EV_INT16_MIN INT16_MIN
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c63 #ifndef INT16_MIN
64 #define INT16_MIN (-32767-1) macro
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c827 type_max = -(uint64_t)INT16_MIN;
/freebsd-current/usr.bin/lex/
H A Dinitscan.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro

Completed in 407 milliseconds

12