Home
last modified time | relevance | path

Searched refs:SHRT_MIN (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dlimits.h29 #undef SHRT_MIN
50 #define SHRT_MIN (-__SHRT_MAX__ -1) macro
H A Dopencl-c-base.h299 #define SHRT_MIN (-32768) macro
/freebsd-13.1/usr.bin/getconf/
H A Dlimits.gperf87 SHRT_MIN, SHRT_MIN keyword
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dclimits25 SHRT_MIN
/freebsd-13.1/sys/sys/
H A Dlimits.h57 #define SHRT_MIN __SHRT_MIN /* min value for a short */ macro
/freebsd-13.1/contrib/netbsd-tests/include/
H A Dt_limits.c276 ATF_CHECK(SHRT_MIN < USHRT_MAX); in ATF_TC_BODY()
/freebsd-13.1/contrib/netbsd-tests/include/sys/
H A Dt_cdefs.c48 { "signed short", SHRT_MIN, SHRT_MAX },
/freebsd-13.1/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_attr.c304 else if (value >= SHRT_MIN && value <= SHRT_MAX) in dwarf_add_AT_signed_const()
/freebsd-13.1/contrib/byacc/
H A Ddefs.h56 #define MINYYINT SHRT_MIN
/freebsd-13.1/sys/kern/
H A Dkern_environment.c819 if (value < SHRT_MIN || value > SHRT_MAX) in getenv_array()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_leapsec.c225 || taiof > SHRT_MAX || taiof < SHRT_MIN) in leapsec_load()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc358 EXPECT_EQ("-32768", Print(SHRT_MIN)); // int16 in TEST()