Searched refs:INT16_MIN (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/flex/
H A Dflexint.h37 #ifndef INT16_MIN
38 #define INT16_MIN (-32767-1) macro
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_stdint.c47 ATF_CHECK(INT16_MIN < UINT16_MAX);
/freebsd-11-stable/sys/arm/include/
H A D_stdint.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/freebsd-11-stable/sys/arm64/include/
H A D_stdint.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/freebsd-11-stable/sys/riscv/include/
H A D_stdint.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/freebsd-11-stable/sys/sparc64/include/
H A D_stdint.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/freebsd-11-stable/sys/powerpc/include/
H A D_stdint.h84 #define INT16_MIN (-0x7fff-1) macro
106 #define INT_LEAST16_MIN INT16_MIN
/freebsd-11-stable/sys/mips/include/
H A D_stdint.h85 #define INT16_MIN (-0x7fff-1) macro
107 #define INT_LEAST16_MIN INT16_MIN
/freebsd-11-stable/sys/x86/include/
H A D_stdint.h75 #define INT16_MIN (-0x7fff-1) macro
102 #define INT_LEAST16_MIN INT16_MIN
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dtypes_ext.h106 GET_UINT16(*((uint16_t*)((size_t)(INT16_MIN)))));
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A Dapr.h407 #ifdef INT16_MIN
408 #define APR_INT16_MIN INT16_MIN
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h600 #define INT16_MIN (-INT16_C(32767)-1) macro
602 # define __INT_LEAST16_MIN INT16_MIN
605 # define __INT_LEAST8_MIN INT16_MIN
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c179 if (max > INT16_MAX || min < INT16_MIN)
/freebsd-11-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c483 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT16_MIN));
485 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT16_MIN - 1));
575 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT16_MIN));
608 ATF_REQUIRE(sdp_put_int32(&test, (int32_t)INT16_MIN));
652 ATF_REQUIRE(sdp_put_int64(&test, (int64_t)INT16_MIN));
H A Dt_sdp_set.c191 ATF_CHECK_EQ(sdp_set_int(&test, INT16_MIN - 1), false); /* too big */
H A Dt_sdp_get.c411 ATF_CHECK_EQ(value, INT16_MIN);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp44 if (i >= INT16_MIN) {
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c80 #ifndef INT16_MIN
81 #define INT16_MIN (-32767-1) macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h566 (sizeof(datatype) >= 2) ? (is_signed(datatype) ? INT16_MIN : 0) : \
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c73 #ifndef INT16_MIN
74 #define INT16_MIN (-32767-1) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp389 assert(static_cast<int64_t>(Result) >= INT16_MIN && Result < UINT16_MAX);

Completed in 341 milliseconds