Searched refs:SHRT_MIN (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | limits.h | 33 #undef SHRT_MIN 54 #define SHRT_MIN (-__SHRT_MAX__ -1) macro
|
H A D | opencl-c-base.h | 361 #define SHRT_MIN (-32768) macro
|
/freebsd/usr.bin/getconf/ |
H A D | limits.gperf | 85 SHRT_MIN, SHRT_MIN keyword
|
/freebsd/sys/sys/ |
H A D | limits.h | 55 #define SHRT_MIN __SHRT_MIN /* min value for a short */ macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | climits | 25 SHRT_MIN
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_limits.c | 276 ATF_CHECK(SHRT_MIN < USHRT_MAX); in ATF_TC_BODY()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | intprops.h | 382 short int, SHRT_MIN, SHRT_MAX), \ 399 short int, SHRT_MIN, SHRT_MAX) \
|
/freebsd/lib/libc/tests/stdio/ |
H A D | snprintf_test.c | 140 SNPRINTF_TEST("-32768", "%w16d", (int16_t)SHRT_MIN); in ATF_TC_BODY()
|
H A D | swprintf_test.c | 141 SWPRINTF_TEST("-32768", "%w16d", (int16_t)SHRT_MIN); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/include/sys/ |
H A D | t_cdefs.c | 48 { "signed short", SHRT_MIN, SHRT_MAX },
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_pro_attr.c | 304 else if (value >= SHRT_MIN && value <= SHRT_MAX) in dwarf_add_AT_signed_const()
|
/freebsd/contrib/byacc/ |
H A D | defs.h | 56 #define MINYYINT SHRT_MIN
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 872 signed char: SCHAR_MIN, short: SHRT_MIN, \
|
/freebsd/sys/kern/ |
H A D | kern_environment.c | 854 if (value < SHRT_MIN || value > SHRT_MAX) in getenv_array()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 160 SYMBOL(SHRT_MIN, None, <limits.h>)
|
H A D | StdSymbolMap.inc | 442 SYMBOL(SHRT_MIN, None, <climits>) 443 SYMBOL(SHRT_MIN, None, <limits.h>)
|