Searched refs:SHRT_MAX (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dglimits.h46 #define SHRT_MIN (-SHRT_MAX - 1)
47 #undef SHRT_MAX macro
48 #define SHRT_MAX __SHRT_MAX__ macro
53 # define USHRT_MAX (SHRT_MAX * 2U + 1U)
55 # define USHRT_MAX (SHRT_MAX * 2 + 1)
/freebsd-10-stable/contrib/byacc/
H A Ddefs.h53 #if MAXTABLE <= SHRT_MAX
55 #define MAXYYINT SHRT_MAX
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dlimits.h47 #undef SHRT_MAX macro
62 #define SHRT_MAX __SHRT_MAX__ macro
/freebsd-10-stable/contrib/binutils/include/
H A Dmd5.h58 # if SHRT_MAX == INT_MAX_32_BITS
/freebsd-10-stable/contrib/gcclibs/include/
H A Dmd5.h58 # if SHRT_MAX == INT_MAX_32_BITS
/freebsd-10-stable/lib/libc/stdio/
H A Dvdprintf.c52 if (fd > SHRT_MAX) {
H A Dfopen.c69 * SHRT_MAX, then the fd will get sign-extended into an
73 if (f > SHRT_MAX) {
H A Dfdopen.c58 * SHRT_MAX, then the fd will get sign-extended into an
62 if (fd > SHRT_MAX) {
H A Dfreopen.c218 * SHRT_MAX, then the fd will get sign-extended into an
222 if (f > SHRT_MAX) {
/freebsd-10-stable/sys/sys/
H A Dlimits.h54 #define SHRT_MAX __SHRT_MAX /* max value for a short */ macro
/freebsd-10-stable/contrib/gdb/include/
H A Dmd5.h55 # if SHRT_MAX == INT_MAX_32_BITS
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysevent.h98 #define MAX_EV_SIZE_LEN (SHRT_MAX/4)
/freebsd-10-stable/lib/libc/gen/
H A Dsysconf.c130 if (rl.rlim_cur > SHRT_MAX)
131 return (SHRT_MAX);
/freebsd-10-stable/contrib/netbsd-tests/include/sys/
H A Dt_cdefs.c48 { "signed short", SHRT_MIN, SHRT_MAX },
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_ipc.c419 if (bp->shm_nattch > SHRT_MAX)
420 ibp->shm_nattch = SHRT_MAX;
/freebsd-10-stable/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h471 #define OPTION_LIMIT SHRT_MAX ///< maximum number of option types
/freebsd-10-stable/contrib/groff/src/devices/grotty/
H A Dtty.cpp39 #ifndef SHRT_MAX
40 #define SHRT_MAX 32767 macro
385 if (hpos < SHRT_MIN || hpos > SHRT_MAX) {
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ipc.c243 if (bsp->shm_nattch > SHRT_MAX)
244 lsp->shm_nattch = SHRT_MAX;
/freebsd-10-stable/sys/kern/
H A Dsysv_shm.c1601 if (buf.shm_nattch > SHRT_MAX)
1602 old.shm_nattch = SHRT_MAX;
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c225 || taiof > SHRT_MAX || taiof < SHRT_MIN)
/freebsd-10-stable/contrib/gperf/src/
H A Doutput.cc62 if (min >= SHRT_MIN && max <= SHRT_MAX) return "short";
/freebsd-10-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c988 if (pkts > SHRT_MAX)
989 pkts = SHRT_MAX;
993 if (sc->hn_rndis_agg_align > SHRT_MAX) {
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dtree.c1920 max = SHRT_MAX; min = SHRT_MIN; break;

Completed in 283 milliseconds