Home
last modified time | relevance | path

Searched refs:INT16_MIN (Results 1 – 25 of 34) 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.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/freebsd/sys/riscv/include/
H A D_stdint.h59 #define INT16_MIN (-0x7fff-1) macro
81 #define INT_LEAST16_MIN INT16_MIN
/freebsd/sys/arm64/include/
H A D_stdint.h63 #define INT16_MIN (-0x7fff-1) macro
85 #define INT_LEAST16_MIN INT16_MIN
/freebsd/sys/x86/include/
H A D_stdint.h73 #define INT16_MIN (-0x7fff-1) macro
100 #define INT_LEAST16_MIN INT16_MIN
/freebsd/sys/powerpc/include/
H A D_stdint.h84 #define INT16_MIN (-0x7fff-1) macro
106 #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()
H A Dt_sdp_get.c411 ATF_CHECK_EQ(value, INT16_MIN); in ATF_TC_BODY()
/freebsd/crypto/openssl/include/internal/
H A Dnumbers.h47 # define INT16_MIN __MININT__(int16_t) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp109 if (ByteOff > INT16_MAX * 8 || ByteOff < INT16_MIN * 8) in applyFixup()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h795 #define INT16_MIN (-INT16_C(32767)-1) macro
799 # define __INT_LEAST16_MIN INT16_MIN
805 # define __INT_LEAST8_MIN INT16_MIN
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h50 #define INT16_MIN (-32768) macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdint19 INT16_MIN
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp46 if (i >= INT16_MIN) { in write()
/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
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c827 type_max = -(uint64_t)INT16_MIN; in bhnd_nvram_parse_int()
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd/usr.bin/lex/
H A Dinitscan.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro

12