| /freebsd-13-stable/contrib/flex/src/ |
| HD | flexint.h | 37 #ifndef INT16_MIN 38 #define INT16_MIN (-32767-1) macro
|
| /freebsd-13-stable/sys/riscv/include/ |
| HD | _stdint.h | 59 #define INT16_MIN (-0x7fff-1) macro 81 #define INT_LEAST16_MIN INT16_MIN
|
| /freebsd-13-stable/sys/arm64/include/ |
| HD | _stdint.h | 59 #define INT16_MIN (-0x7fff-1) macro 81 #define INT_LEAST16_MIN INT16_MIN
|
| /freebsd-13-stable/sys/arm/include/ |
| HD | _stdint.h | 61 #define INT16_MIN (-0x7fff-1) macro 83 #define INT_LEAST16_MIN INT16_MIN
|
| /freebsd-13-stable/sys/x86/include/ |
| HD | _stdint.h | 75 #define INT16_MIN (-0x7fff-1) macro 102 #define INT_LEAST16_MIN INT16_MIN
|
| /freebsd-13-stable/sys/mips/include/ |
| HD | _stdint.h | 86 #define INT16_MIN (-0x7fff-1) macro 108 #define INT_LEAST16_MIN INT16_MIN
|
| /freebsd-13-stable/sys/powerpc/include/ |
| HD | _stdint.h | 84 #define INT16_MIN (-0x7fff-1) macro 106 #define INT_LEAST16_MIN INT16_MIN
|
| /freebsd-13-stable/contrib/netbsd-tests/include/ |
| HD | t_stdint.c | 47 ATF_CHECK(INT16_MIN < UINT16_MAX); in ATF_TC_BODY()
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libbluetooth/ |
| HD | 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()
|
| HD | t_sdp_set.c | 191 ATF_CHECK_EQ(sdp_set_int(&test, INT16_MIN - 1), false); /* too big */ in ATF_TC_BODY()
|
| /freebsd-13-stable/usr.bin/svn/lib/libapr/ |
| HD | apr.h | 406 #ifdef INT16_MIN 407 #define APR_INT16_MIN INT16_MIN
|
| /freebsd-13-stable/crypto/openssl/include/internal/ |
| HD | numbers.h | 46 # define INT16_MIN __MININT__(int16_t) macro
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| HD | BPFAsmBackend.cpp | 109 if (ByteOff > INT16_MAX * 8 || ByteOff < INT16_MIN * 8) in applyFixup()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | 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-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | sysmacros.h | 50 #define INT16_MIN (-32768) macro
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/ |
| HD | cstdint | 19 INT16_MIN
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| HD | MsgPackWriter.cpp | 46 if (i >= INT16_MIN) { in write()
|
| /freebsd-13-stable/contrib/apr/include/ |
| HD | apr.hnw | 284 #ifdef INT16_MIN 285 #define APR_INT16_MIN INT16_MIN
|
| HD | apr.hw | 433 #ifdef INT16_MIN 434 #define APR_INT16_MIN INT16_MIN
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| HD | RuntimeDyldCOFFX86_64.h | 139 assert(static_cast<int16_t>(RE.SectionID) >= INT16_MIN && "Relocation underflow"); in resolveRelocation()
|
| /freebsd-13-stable/crypto/heimdal/lib/sl/ |
| HD | slc-lex.c | 62 #ifndef INT16_MIN 63 #define INT16_MIN (-32767-1) macro
|
| /freebsd-13-stable/crypto/heimdal/lib/com_err/ |
| HD | lex.c | 62 #ifndef INT16_MIN 63 #define INT16_MIN (-32767-1) macro
|
| /freebsd-13-stable/tools/build/bootstrap-m4/ |
| HD | inittokenizer.c | 63 #ifndef INT16_MIN 64 #define INT16_MIN (-32767-1) macro
|
| /freebsd-13-stable/contrib/libevent/include/event2/ |
| HD | util.h | 259 #define EV_INT16_MIN INT16_MIN
|
| /freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/ |
| HD | util.h | 259 #define EV_INT16_MIN INT16_MIN
|