Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/flex/src/
HDflexint.h37 #ifndef INT16_MIN
38 #define INT16_MIN (-32767-1) macro
/freebsd-13-stable/sys/riscv/include/
HD_stdint.h59 #define INT16_MIN (-0x7fff-1) macro
81 #define INT_LEAST16_MIN INT16_MIN
/freebsd-13-stable/sys/arm64/include/
HD_stdint.h59 #define INT16_MIN (-0x7fff-1) macro
81 #define INT_LEAST16_MIN INT16_MIN
/freebsd-13-stable/sys/arm/include/
HD_stdint.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/freebsd-13-stable/sys/x86/include/
HD_stdint.h75 #define INT16_MIN (-0x7fff-1) macro
102 #define INT_LEAST16_MIN INT16_MIN
/freebsd-13-stable/sys/mips/include/
HD_stdint.h86 #define INT16_MIN (-0x7fff-1) macro
108 #define INT_LEAST16_MIN INT16_MIN
/freebsd-13-stable/sys/powerpc/include/
HD_stdint.h84 #define INT16_MIN (-0x7fff-1) macro
106 #define INT_LEAST16_MIN INT16_MIN
/freebsd-13-stable/contrib/netbsd-tests/include/
HDt_stdint.c47 ATF_CHECK(INT16_MIN < UINT16_MAX); in ATF_TC_BODY()
/freebsd-13-stable/contrib/netbsd-tests/lib/libbluetooth/
HDt_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()
HDt_sdp_set.c191 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/
HDapr.h406 #ifdef INT16_MIN
407 #define APR_INT16_MIN INT16_MIN
/freebsd-13-stable/crypto/openssl/include/internal/
HDnumbers.h46 # define INT16_MIN __MININT__(int16_t) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
HDBPFAsmBackend.cpp109 if (ByteOff > INT16_MAX * 8 || ByteOff < INT16_MIN * 8) in applyFixup()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDstdint.h795 #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/
HDsysmacros.h50 #define INT16_MIN (-32768) macro
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcstdint19 INT16_MIN
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDMsgPackWriter.cpp46 if (i >= INT16_MIN) { in write()
/freebsd-13-stable/contrib/apr/include/
HDapr.hnw284 #ifdef INT16_MIN
285 #define APR_INT16_MIN INT16_MIN
HDapr.hw433 #ifdef INT16_MIN
434 #define APR_INT16_MIN INT16_MIN
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldCOFFX86_64.h139 assert(static_cast<int16_t>(RE.SectionID) >= INT16_MIN && "Relocation underflow"); in resolveRelocation()
/freebsd-13-stable/crypto/heimdal/lib/sl/
HDslc-lex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-13-stable/crypto/heimdal/lib/com_err/
HDlex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-13-stable/tools/build/bootstrap-m4/
HDinittokenizer.c63 #ifndef INT16_MIN
64 #define INT16_MIN (-32767-1) macro
/freebsd-13-stable/contrib/libevent/include/event2/
HDutil.h259 #define EV_INT16_MIN INT16_MIN
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
HDutil.h259 #define EV_INT16_MIN INT16_MIN

12