Home
last modified time | relevance | path

Searched refs:INT16_MIN (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/flex/src/
H A Dflexint.h37 #ifndef INT16_MIN
38 #define INT16_MIN (-32767-1) macro
/freebsd/sys/arm/include/
H A D_stdint.h55 #define INT16_MIN (-0x7fff-1) macro
77 #define INT_LEAST16_MIN INT16_MIN
/freebsd/sys/arm64/include/
H A D_stdint.h57 #define INT16_MIN (-0x7fff-1) macro
79 #define INT_LEAST16_MIN INT16_MIN
/freebsd/sys/riscv/include/
H A D_stdint.h53 #define INT16_MIN (-0x7fff-1) macro
75 #define INT_LEAST16_MIN INT16_MIN
/freebsd/sys/x86/include/
H A D_stdint.h67 #define INT16_MIN (-0x7fff-1) macro
94 #define INT_LEAST16_MIN INT16_MIN
/freebsd/sys/powerpc/include/
H A D_stdint.h78 #define INT16_MIN (-0x7fff-1) macro
100 #define INT_LEAST16_MIN INT16_MIN
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlimits.h39 #define S16_MIN INT16_MIN
/freebsd/contrib/netbsd-tests/include/
H A Dt_stdint.c47 ATF_CHECK(INT16_MIN < UINT16_MAX); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c483 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT16_MIN)); in ATF_TC_BODY()
485 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT16_MIN - 1)); in ATF_TC_BODY()
575 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT16_MIN)); in ATF_TC_BODY()
608 ATF_REQUIRE(sdp_put_int32(&test, (int32_t)INT16_MIN)); in ATF_TC_BODY()
652 ATF_REQUIRE(sdp_put_int64(&test, (int64_t)INT16_MIN)); in ATF_TC_BODY()
H A Dt_sdp_set.c191 ATF_CHECK_EQ(sdp_set_int(&test, INT16_MIN - 1), false); /* too big */ in ATF_TC_BODY()
/freebsd/crypto/openssl/include/internal/
H A Dnumbers.h47 #define INT16_MIN __MININT__(int16_t) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h684 #define INT16_MIN (-INT16_C(32767)-1) macro
688 # define __INT_LEAST16_MIN INT16_MIN
694 # define __INT_LEAST8_MIN INT16_MIN
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdint-macros.h722 #define INT16_MIN (-INT16_C(32767) - 1) macro
726 #define __INT_LEAST16_MIN INT16_MIN
732 #define __INT_LEAST8_MIN INT16_MIN
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp102 if (ByteOff > INT16_MAX * 8 || ByteOff < INT16_MIN * 8) in applyFixup()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdint19 INT16_MIN
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h46 #define INT16_MIN (-32768) macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstdint19 INT16_MIN
/freebsd/usr.sbin/sysconf/
H A Dsysconf_query_sysctl.c188 if (sysctl_signed_ok(value, INT16_MIN, INT16_MAX)) in sysctl_value_ok()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp46 if (i >= INT16_MIN) { in write()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h139 assert(static_cast<int16_t>(RE.SectionID) >= INT16_MIN && "Relocation underflow"); in resolveRelocation()
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c63 #ifndef INT16_MIN
64 #define INT16_MIN (-32767-1) macro
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h259 #define EV_INT16_MIN INT16_MIN
/freebsd/contrib/libevent/include/event2/
H A Dutil.h259 #define EV_INT16_MIN INT16_MIN

12