Searched refs:INT8_MIN (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/flex/
H A Dflexint.h34 #ifndef INT8_MIN
35 #define INT8_MIN (-128) macro
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_stdint.c41 ATF_CHECK(INT8_MIN < UINT8_MAX);
/freebsd-11-stable/sys/arm/include/
H A D_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/freebsd-11-stable/sys/arm64/include/
H A D_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/freebsd-11-stable/sys/riscv/include/
H A D_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/freebsd-11-stable/sys/sparc64/include/
H A D_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/freebsd-11-stable/sys/powerpc/include/
H A D_stdint.h83 #define INT8_MIN (-0x7f-1) macro
105 #define INT_LEAST8_MIN INT8_MIN
/freebsd-11-stable/sys/mips/include/
H A D_stdint.h84 #define INT8_MIN (-0x7f-1) macro
106 #define INT_LEAST8_MIN INT8_MIN
/freebsd-11-stable/sys/x86/include/
H A D_stdint.h74 #define INT8_MIN (-0x7f-1) macro
101 #define INT_LEAST8_MIN INT8_MIN
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dtypes_ext.h104 GET_UINT8(*((uint8_t*)((size_t)(INT8_MIN)))));
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c175 if (max > INT8_MAX || min < INT8_MIN)
/freebsd-11-stable/contrib/netbsd-tests/lib/libbluetooth/
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));
H A Dt_sdp_get.c402 ATF_CHECK_EQ(value, INT8_MIN);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h622 # define INT8_MIN (-INT8_C(127)-1) macro
624 # define __INT_LEAST8_MIN INT8_MIN
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp38 if (i >= INT8_MIN) {
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c77 #ifndef INT8_MIN
78 #define INT8_MIN (-128) macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h567 (is_signed(datatype) ? INT8_MIN : 0) \
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c70 #ifndef INT8_MIN
71 #define INT8_MIN (-128) macro

Completed in 148 milliseconds