Home
last modified time | relevance | path

Searched refs:INT32_MIN (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dint_limits.h203 #define INT32_MIN (-2147483647-1) macro
213 #define INTMAX_MIN INT32_MIN
218 #define INT_LEAST32_MIN INT32_MIN
225 #define INT_FAST32_MIN INT32_MIN
234 #define INTPTR_MIN INT32_MIN
H A Dtime.h68 #define TIME32_MIN INT32_MIN
/titanic_44/usr/src/cmd/auditreduce/
H A Dproc.c443 if (s < (time_t)INT32_MIN ||
464 if (s < (time_t)INT32_MIN ||
732 if (secs < (time_t)INT32_MIN ||
737 if (msecs < (suseconds_t)INT32_MIN ||
756 if (secs < (time_t)INT32_MIN ||
761 if (msecs < (suseconds_t)INT32_MIN ||
899 if (secs < (time_t)INT32_MIN ||
904 if (msecs < (suseconds_t)INT32_MIN ||
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dxdr.c131 else if (*tp < INT32_MIN) in xdr_time_t()
132 *tp = INT32_MIN; in xdr_time_t()
196 if ((*lp > INT32_MAX) || (*lp < INT32_MIN)) in xdr_long()
H A Dxdr_stdio.c125 if ((*lp > INT32_MAX) || (*lp < INT32_MIN)) in xdrstdio_putlong()
H A Dxdr_mem.c115 if ((*lp > INT32_MAX) || (*lp < INT32_MIN)) in xdrmem_putlong()
H A Dxdr_rec.c307 if ((*lp > INT32_MAX) || (*lp < INT32_MIN)) in xdrrec_putlong()
/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h621 #define II_NULL32NODE (INT32_MIN)
622 #define II_NULL32CHUNK (INT32_MIN)
624 #define II_NULLNODE (INT32_MIN)
625 #define II_NULLCHUNK (INT32_MIN)
/titanic_44/usr/src/lib/libuutil/common/
H A Duu_strtoint.c183 if (max > INT32_MAX || min < INT32_MIN) in uu_strtoint()
/titanic_44/usr/src/cmd/fm/fminject/common/
H A Dinj_string.c73 { INT32_MIN, INT32_MAX },
/titanic_44/usr/src/uts/common/avs/ns/
H A Dcontract.h118 #define INT32_MIN 0 macro
/titanic_44/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c334 DO_CMD_NUMBER(int32, int32, INT32_MIN, INT32_MAX, int64_t, parse_int) in ch_add_int32()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs.h271 (((tt) >= (time_t)INT32_MIN) && ((tt) <= (time_t)INT32_MAX))
297 (((tt) <= INT32_MAX) && ((tt) >= INT32_MIN))
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c117 return (set_i32x(pp, s, INT32_MIN, INT32_MAX)); in set_i32()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1264 if (baseval < INT32_MIN || baseval > INT32_MAX) { in dt_compile_agg()
1276 if (limitval < INT32_MIN || limitval > INT32_MAX) { in dt_compile_agg()