Searched refs:INT8_MIN (Results 1 - 19 of 19) sorted by path

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c175 if (max > INT8_MAX || min < INT8_MIN)
/freebsd-10.3-release/contrib/flex/
H A Dflexint.h34 #ifndef INT8_MIN
35 #define INT8_MIN (-128) macro
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstdint.h637 # define INT8_MIN (-INT8_C(127)-1) macro
639 # define __INT_LEAST8_MIN INT8_MIN
/freebsd-10.3-release/contrib/netbsd-tests/include/
H A Dt_stdint.c41 ATF_CHECK(INT8_MIN < UINT8_MAX);
/freebsd-10.3-release/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_get.c402 ATF_CHECK_EQ(value, INT8_MIN);
H A Dt_sdp_put.c479 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT8_MIN));
481 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT8_MIN - 1));
544 ATF_REQUIRE(sdp_put_int8(&test, (int8_t)INT8_MIN));
573 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT8_MIN));
606 ATF_REQUIRE(sdp_put_int32(&test, (int32_t)INT8_MIN));
650 ATF_REQUIRE(sdp_put_int64(&test, (int64_t)INT8_MIN));
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/freebsd-10.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/freebsd-10.3-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/freebsd-10.3-release/lib/clang/include/llvm/Support/
H A DDataTypes.h82 #define INT8_MIN -128 macro
/freebsd-10.3-release/sys/arm/include/
H A D_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/freebsd-10.3-release/sys/ia64/include/
H A D_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/freebsd-10.3-release/sys/mips/include/
H A D_stdint.h84 #define INT8_MIN (-0x7f-1) macro
106 #define INT_LEAST8_MIN INT8_MIN
/freebsd-10.3-release/sys/powerpc/include/
H A D_stdint.h83 #define INT8_MIN (-0x7f-1) macro
105 #define INT_LEAST8_MIN INT8_MIN
/freebsd-10.3-release/sys/sparc64/include/
H A D_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/freebsd-10.3-release/sys/x86/include/
H A D_stdint.h72 #define INT8_MIN (-0x7f-1) macro
99 #define INT_LEAST8_MIN INT8_MIN
/freebsd-10.3-release/usr.bin/csup/
H A Dlex.rcs.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
H A Drcstokenizer.h62 #ifndef INT8_MIN
63 #define INT8_MIN (-128) macro
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c70 #ifndef INT8_MIN
71 #define INT8_MIN (-128) macro

Completed in 246 milliseconds