/freebsd/contrib/flex/src/ |
H A D | flexint.h | 37 #ifndef INT16_MIN 38 #define INT16_MIN (-32767-1) macro
|
/freebsd/sys/arm/include/ |
H A D | _stdint.h | 61 #define INT16_MIN (-0x7fff-1) macro 83 #define INT_LEAST16_MIN INT16_MIN
|
/freebsd/sys/riscv/include/ |
H A D | _stdint.h | 59 #define INT16_MIN (-0x7fff-1) macro 81 #define INT_LEAST16_MIN INT16_MIN
|
/freebsd/sys/arm64/include/ |
H A D | _stdint.h | 63 #define INT16_MIN (-0x7fff-1) macro 85 #define INT_LEAST16_MIN INT16_MIN
|
/freebsd/sys/x86/include/ |
H A D | _stdint.h | 73 #define INT16_MIN (-0x7fff-1) macro 100 #define INT_LEAST16_MIN INT16_MIN
|
/freebsd/sys/powerpc/include/ |
H A D | _stdint.h | 84 #define INT16_MIN (-0x7fff-1) macro 106 #define INT_LEAST16_MIN INT16_MIN
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | limits.h | 39 #define S16_MIN INT16_MIN
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_stdint.c | 47 ATF_CHECK(INT16_MIN < UINT16_MAX); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/lib/libbluetooth/ |
H A D | t_sdp_put.c | 483 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 D | t_sdp_set.c | 191 ATF_CHECK_EQ(sdp_set_int(&test, INT16_MIN - 1), false); /* too big */ in ATF_TC_BODY()
|
H A D | t_sdp_get.c | 411 ATF_CHECK_EQ(value, INT16_MIN); in ATF_TC_BODY()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | numbers.h | 47 # define INT16_MIN __MININT__(int16_t) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFAsmBackend.cpp | 109 if (ByteOff > INT16_MAX * 8 || ByteOff < INT16_MIN * 8) in applyFixup()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdint.h | 795 #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 D | sysmacros.h | 50 #define INT16_MIN (-32768) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdint | 19 INT16_MIN
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackWriter.cpp | 46 if (i >= INT16_MIN) { in write()
|
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 63 #ifndef INT16_MIN 64 #define INT16_MIN (-32767-1) macro
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 62 #ifndef INT16_MIN 63 #define INT16_MIN (-32767-1) macro
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 62 #ifndef INT16_MIN 63 #define INT16_MIN (-32767-1) macro
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | util.h | 259 #define EV_INT16_MIN INT16_MIN
|
/freebsd/contrib/libevent/include/event2/ |
H A D | util.h | 259 #define EV_INT16_MIN INT16_MIN
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_subr.c | 827 type_max = -(uint64_t)INT16_MIN; in bhnd_nvram_parse_int()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.c | 62 #ifndef INT16_MIN 63 #define INT16_MIN (-32767-1) macro
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 62 #ifndef INT16_MIN 63 #define INT16_MIN (-32767-1) macro
|