/freebsd/contrib/flex/src/ |
H A D | flexint.h | 34 #ifndef INT8_MIN 35 #define INT8_MIN (-128) macro
|
/freebsd/sys/arm/include/ |
H A D | _stdint.h | 60 #define INT8_MIN (-0x7f-1) macro 82 #define INT_LEAST8_MIN INT8_MIN
|
/freebsd/sys/riscv/include/ |
H A D | _stdint.h | 58 #define INT8_MIN (-0x7f-1) macro 80 #define INT_LEAST8_MIN INT8_MIN
|
/freebsd/sys/arm64/include/ |
H A D | _stdint.h | 62 #define INT8_MIN (-0x7f-1) macro 84 #define INT_LEAST8_MIN INT8_MIN
|
/freebsd/sys/x86/include/ |
H A D | _stdint.h | 72 #define INT8_MIN (-0x7f-1) macro 99 #define INT_LEAST8_MIN INT8_MIN
|
/freebsd/sys/powerpc/include/ |
H A D | _stdint.h | 83 #define INT8_MIN (-0x7f-1) macro 105 #define INT_LEAST8_MIN INT8_MIN
|
/freebsd/contrib/netbsd-tests/lib/libbluetooth/ |
H A D | t_sdp_put.c | 479 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()
|
H A D | t_sdp_get.c | 402 ATF_CHECK_EQ(value, INT8_MIN); in ATF_TC_BODY()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | limits.h | 36 #define S8_MIN INT8_MIN
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_stdint.c | 41 ATF_CHECK(INT8_MIN < UINT8_MAX); in ATF_TC_BODY()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | numbers.h | 41 # define INT8_MIN __MININT__(int8_t) macro
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | sysmacros.h | 45 #define INT8_MIN (-128) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdint | 18 INT8_MIN
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackWriter.cpp | 40 if (i >= INT8_MIN) { in write()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdint.h | 840 # define INT8_MIN (-INT8_C(127)-1) macro 844 # define __INT_LEAST8_MIN INT8_MIN
|
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 60 #ifndef INT8_MIN 61 #define INT8_MIN (-128) macro
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 59 #ifndef INT8_MIN 60 #define INT8_MIN (-128) macro
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 59 #ifndef INT8_MIN 60 #define INT8_MIN (-128) macro
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | util.h | 263 #define EV_INT8_MIN INT8_MIN
|
/freebsd/contrib/libevent/include/event2/ |
H A D | util.h | 263 #define EV_INT8_MIN INT8_MIN
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_subr.c | 818 type_max = -(uint64_t)INT8_MIN; in bhnd_nvram_parse_int()
|
H A D | bhnd_nvram_value.c | 1234 if (intv.i64 < INT8_MIN || intv.i64 > INT8_MAX) in bhnd_nvram_val_encode_int()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.c | 59 #ifndef INT8_MIN 60 #define INT8_MIN (-128) macro
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 59 #ifndef INT8_MIN 60 #define INT8_MIN (-128) macro
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.c | 60 #ifndef INT8_MIN 61 #define INT8_MIN (-128) macro
|