Searched refs:INT32_MIN (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | int_limits.h | 203 #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 D | time.h | 68 #define TIME32_MIN INT32_MIN
|
/titanic_44/usr/src/cmd/auditreduce/ |
H A D | proc.c | 443 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 D | xdr.c | 131 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 D | xdr_stdio.c | 125 if ((*lp > INT32_MAX) || (*lp < INT32_MIN)) in xdrstdio_putlong()
|
H A D | xdr_mem.c | 115 if ((*lp > INT32_MAX) || (*lp < INT32_MIN)) in xdrmem_putlong()
|
H A D | xdr_rec.c | 307 if ((*lp > INT32_MAX) || (*lp < INT32_MIN)) in xdrrec_putlong()
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.h | 621 #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 D | uu_strtoint.c | 183 if (max > INT32_MAX || min < INT32_MIN) in uu_strtoint()
|
/titanic_44/usr/src/cmd/fm/fminject/common/ |
H A D | inj_string.c | 73 { INT32_MIN, INT32_MAX },
|
/titanic_44/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 118 #define INT32_MIN 0 macro
|
/titanic_44/usr/src/test/util-tests/tests/libnvpair_json/ |
H A D | print_json.c | 334 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 D | nfs.h | 271 (((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 D | fmd_conf.c | 117 return (set_i32x(pp, s, INT32_MIN, INT32_MAX)); in set_i32()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_cc.c | 1264 if (baseval < INT32_MIN || baseval > INT32_MAX) { in dt_compile_agg() 1276 if (limitval < INT32_MIN || limitval > INT32_MAX) { in dt_compile_agg()
|