| /netbsd/src/tests/lib/libbluetooth/ |
| 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()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | stdint_.h | 149 #define INT8_MIN -128 macro 174 #define INT_LEAST8_MIN INT8_MIN
|
| /netbsd/src/tests/include/ |
| D | t_stdint.c | 41 ATF_CHECK(INT8_MIN < UINT8_MAX); in ATF_TC_BODY()
|
| /netbsd/src/sys/arch/hppa/include/ |
| D | int_limits.h | 42 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/arch/amd64/include/ |
| D | int_limits.h | 48 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/arch/ia64/include/ |
| D | int_limits.h | 45 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/arch/sh3/include/ |
| D | int_limits.h | 45 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/arch/vax/include/ |
| D | int_limits.h | 45 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | int_limits.h | 45 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/arch/i386/include/ |
| D | int_limits.h | 46 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/arch/m68k/include/ |
| D | int_limits.h | 45 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/arch/arm/include/ |
| D | int_limits.h | 45 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/ |
| D | stdint-gcc.h | 102 # undef INT8_MIN 103 # define INT8_MIN (-INT8_MAX - 1) macro
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | int_limits.h | 45 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | int_limits.h | 45 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/arch/mips/include/ |
| D | int_limits.h | 45 #define INT8_MIN (-0x7f-1) /* int8_t */ macro
|
| /netbsd/src/sys/sys/ |
| D | common_int_limits.h | 46 #define INT8_MIN (-__INT8_MAX__-1) macro
|
| /netbsd/src/tests/lib/libprop/ |
| D | t_proplib.c | 412 prop_number_t n_int8_min = prop_number_create_signed(INT8_MIN); in ATF_TC_BODY() 569 val.v_int8 == INT8_MIN); in ATF_TC_BODY() 816 ATF_REQUIRE(prop_dictionary_set_int8(dict, "int8", INT8_MIN)); in ATF_TC_BODY() 818 ATF_REQUIRE(val.v_int8 == INT8_MIN); in ATF_TC_BODY()
|
| /netbsd/src/lib/libbluetooth/ |
| D | sdp_set.c | 126 || value < INT8_MIN) in sdp_set_int()
|
| D | sdp_put.c | 228 if (value > INT8_MAX || value < INT8_MIN) in sdp_put_int()
|
| /netbsd/src/common/lib/libprop/ |
| D | prop_number.c | 449 if (pnv->pnv_signed > INT8_MAX || pnv->pnv_signed < INT8_MIN) in prop_number_size() 541 TEMPLATE(int8, int8_t, INT8_MIN, INT8_MAX) in TEMPLATE()
|
| /netbsd/src/external/cddl/osnet/dist/lib/libuutil/common/ |
| D | uu_strtoint.c | 175 if (max > INT8_MAX || min < INT8_MIN) in uu_strtoint()
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| D | CommonServices.h | 715 #if ( !defined( INT8_MIN ) ) 717 #define INT8_MIN SCHAR_MIN macro
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| D | lex.c | 60 #ifndef INT8_MIN 61 #define INT8_MIN (-128) macro
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | syslex.c | 58 #ifndef INT8_MIN 59 #define INT8_MIN (-128) macro
|