Home
last modified time | relevance | path

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

12

/freebsd/contrib/flex/src/
H A Dflexint.h34 #ifndef INT8_MIN
35 #define INT8_MIN (-128) macro
/freebsd/sys/arm/include/
H A D_stdint.h60 #define INT8_MIN (-0x7f-1) macro
82 #define INT_LEAST8_MIN INT8_MIN
/freebsd/sys/riscv/include/
H A D_stdint.h58 #define INT8_MIN (-0x7f-1) macro
80 #define INT_LEAST8_MIN INT8_MIN
/freebsd/sys/arm64/include/
H A D_stdint.h62 #define INT8_MIN (-0x7f-1) macro
84 #define INT_LEAST8_MIN INT8_MIN
/freebsd/sys/x86/include/
H A D_stdint.h72 #define INT8_MIN (-0x7f-1) macro
99 #define INT_LEAST8_MIN INT8_MIN
/freebsd/sys/powerpc/include/
H A D_stdint.h83 #define INT8_MIN (-0x7f-1) macro
105 #define INT_LEAST8_MIN INT8_MIN
/freebsd/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_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()
H A Dt_sdp_get.c402 ATF_CHECK_EQ(value, INT8_MIN); in ATF_TC_BODY()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlimits.h36 #define S8_MIN INT8_MIN
/freebsd/contrib/netbsd-tests/include/
H A Dt_stdint.c41 ATF_CHECK(INT8_MIN < UINT8_MAX); in ATF_TC_BODY()
/freebsd/crypto/openssl/include/internal/
H A Dnumbers.h41 # define INT8_MIN __MININT__(int8_t) macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h45 #define INT8_MIN (-128) macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdint18 INT8_MIN
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp40 if (i >= INT8_MIN) { in write()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h840 # define INT8_MIN (-INT8_C(127)-1) macro
844 # define __INT_LEAST8_MIN INT8_MIN
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c60 #ifndef INT8_MIN
61 #define INT8_MIN (-128) macro
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h263 #define EV_INT8_MIN INT8_MIN
/freebsd/contrib/libevent/include/event2/
H A Dutil.h263 #define EV_INT8_MIN INT8_MIN
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c818 type_max = -(uint64_t)INT8_MIN; in bhnd_nvram_parse_int()
H A Dbhnd_nvram_value.c1234 if (intv.i64 < INT8_MIN || intv.i64 > INT8_MAX) in bhnd_nvram_val_encode_int()
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/freebsd/usr.bin/lex/
H A Dinitscan.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c60 #ifndef INT8_MIN
61 #define INT8_MIN (-128) macro

12