Home
last modified time | relevance | path

Searched refs:INT8_MIN (Results 1 – 19 of 19) sorted by relevance

/NextBSD/contrib/flex/
HDflexint.h34 #ifndef INT8_MIN
35 #define INT8_MIN (-128) macro
/NextBSD/sys/arm64/include/
HD_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/NextBSD/sys/riscv/include/
HD_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/NextBSD/sys/arm/include/
HD_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/NextBSD/sys/sparc64/include/
HD_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/NextBSD/sys/x86/include/
HD_stdint.h72 #define INT8_MIN (-0x7f-1) macro
99 #define INT_LEAST8_MIN INT8_MIN
/NextBSD/sys/mips/include/
HD_stdint.h84 #define INT8_MIN (-0x7f-1) macro
106 #define INT_LEAST8_MIN INT8_MIN
/NextBSD/sys/powerpc/include/
HD_stdint.h83 #define INT8_MIN (-0x7f-1) macro
105 #define INT_LEAST8_MIN INT8_MIN
/NextBSD/contrib/netbsd-tests/lib/libbluetooth/
HDt_sdp_put.c479 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT8_MIN)); in ATF_TC_BODY()
481 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT8_MIN - 1)); in ATF_TC_BODY()
544 ATF_REQUIRE(sdp_put_int8(&test, (int8_t)INT8_MIN)); in ATF_TC_BODY()
573 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT8_MIN)); in ATF_TC_BODY()
606 ATF_REQUIRE(sdp_put_int32(&test, (int32_t)INT8_MIN)); in ATF_TC_BODY()
650 ATF_REQUIRE(sdp_put_int64(&test, (int64_t)INT8_MIN)); in ATF_TC_BODY()
HDt_sdp_get.c402 ATF_CHECK_EQ(value, INT8_MIN); in ATF_TC_BODY()
/NextBSD/contrib/netbsd-tests/include/
HDt_stdint.c41 ATF_CHECK(INT8_MIN < UINT8_MAX); in ATF_TC_BODY()
/NextBSD/lib/libdispatch/private/
HDqueue_private.h83 #define DISPATCH_QUEUE_PRIORITY_NON_INTERACTIVE INT8_MIN
/NextBSD/contrib/libc++/include/
Dcstdint19 INT8_MIN
/NextBSD/cddl/contrib/opensolaris/lib/libuutil/common/
HDuu_strtoint.c175 if (max > INT8_MAX || min < INT8_MIN) in uu_strtoint()
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDstdint.h636 # define INT8_MIN (-INT8_C(127)-1) macro
638 # define __INT_LEAST8_MIN INT8_MIN
/NextBSD/crypto/heimdal/lib/sl/
HDslc-lex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/NextBSD/crypto/heimdal/lib/com_err/
HDlex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/NextBSD/crypto/heimdal/lib/asn1/
HDlex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/NextBSD/usr.bin/lex/
HDinitscan.c70 #ifndef INT8_MIN
71 #define INT8_MIN (-128) macro