Searched refs:INT16_MIN (Results 1 - 21 of 21) sorted by last modified time

/freebsd-10.3-release/usr.bin/svn/lib/libapr/
H A Dapr.h388 #ifdef INT16_MIN
389 #define APR_INT16_MIN INT16_MIN
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c73 #ifndef INT16_MIN
74 #define INT16_MIN (-32767-1) macro
/freebsd-10.3-release/usr.bin/csup/
H A Drcstokenizer.h65 #ifndef INT16_MIN
66 #define INT16_MIN (-32767-1) macro
H A Dlex.rcs.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-10.3-release/sys/x86/include/
H A D_stdint.h73 #define INT16_MIN (-0x7fff-1) macro
100 #define INT_LEAST16_MIN INT16_MIN
/freebsd-10.3-release/sys/sparc64/include/
H A D_stdint.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/freebsd-10.3-release/sys/powerpc/include/
H A D_stdint.h84 #define INT16_MIN (-0x7fff-1) macro
106 #define INT_LEAST16_MIN INT16_MIN
/freebsd-10.3-release/sys/mips/include/
H A D_stdint.h85 #define INT16_MIN (-0x7fff-1) macro
107 #define INT_LEAST16_MIN INT16_MIN
/freebsd-10.3-release/sys/ia64/include/
H A D_stdint.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/freebsd-10.3-release/sys/arm/include/
H A D_stdint.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/freebsd-10.3-release/lib/clang/include/llvm/Support/
H A DDataTypes.h85 #define INT16_MIN -32768 macro
/freebsd-10.3-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-10.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/freebsd-10.3-release/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_set.c191 ATF_CHECK_EQ(sdp_set_int(&test, INT16_MIN - 1), false); /* too big */
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_get.c411 ATF_CHECK_EQ(value, INT16_MIN);
/freebsd-10.3-release/contrib/netbsd-tests/include/
H A Dt_stdint.c47 ATF_CHECK(INT16_MIN < UINT16_MAX);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstdint.h615 #define INT16_MIN (-INT16_C(32767)-1) macro
617 # define __INT_LEAST16_MIN INT16_MIN
620 # define __INT_LEAST8_MIN INT16_MIN
/freebsd-10.3-release/contrib/flex/
H A Dflexint.h37 #ifndef INT16_MIN
38 #define INT16_MIN (-32767-1) macro
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c179 if (max > INT16_MAX || min < INT16_MIN)

Completed in 509 milliseconds