Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A D_stdint.h64 #define INT32_MIN (-0x7fffffff-1) macro
86 #define INT_LEAST32_MIN INT32_MIN
106 #define INT_FAST8_MIN INT32_MIN
107 #define INT_FAST16_MIN INT32_MIN
108 #define INT_FAST32_MIN INT32_MIN
127 #define INTPTR_MIN INT32_MIN
144 #define PTRDIFF_MIN INT32_MIN
148 #define SIG_ATOMIC_MIN INT32_MIN
155 #define WINT_MIN INT32_MIN
/f-stack/freebsd/x86/include/
H A D_stdint.h78 #define INT32_MIN (-0x7fffffff-1) macro
105 #define INT_LEAST32_MIN INT32_MIN
125 #define INT_FAST8_MIN INT32_MIN
126 #define INT_FAST16_MIN INT32_MIN
127 #define INT_FAST32_MIN INT32_MIN
151 #define INTPTR_MIN INT32_MIN
180 #define PTRDIFF_MIN INT32_MIN
182 #define SIG_ATOMIC_MIN INT32_MIN
188 #define WINT_MIN INT32_MIN
/f-stack/freebsd/mips/include/
H A D_stdint.h88 #define INT32_MIN (-0x7fffffff-1) macro
110 #define INT_LEAST32_MIN INT32_MIN
130 #define INT_FAST8_MIN INT32_MIN
131 #define INT_FAST16_MIN INT32_MIN
132 #define INT_FAST32_MIN INT32_MIN
156 #define INTPTR_MIN INT32_MIN
182 #define PTRDIFF_MIN INT32_MIN
190 #define SIG_ATOMIC_MIN INT32_MIN
194 #define WINT_MIN INT32_MIN
/f-stack/freebsd/arm64/include/
H A D_stdint.h62 #define INT32_MIN (-0x7fffffff-1) macro
84 #define INT_LEAST32_MIN INT32_MIN
104 #define INT_FAST8_MIN INT32_MIN
105 #define INT_FAST16_MIN INT32_MIN
106 #define INT_FAST32_MIN INT32_MIN
146 #define SIG_ATOMIC_MIN INT32_MIN
153 #define WINT_MIN INT32_MIN
/f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/C99/
H A Dstdint.h136 #define INT32_MIN ((int32_t)_I32_MIN) macro
150 #define INT_LEAST32_MIN INT32_MIN
164 #define INT_FAST32_MIN INT32_MIN
179 # define INTPTR_MIN INT32_MIN
/f-stack/dpdk/app/test/
H A Dtest_cmdline_num.c139 {"-2147483648", INT32_MIN },
140 {"-2147483649", INT32_MIN - 1LL },
286 if (expected_result > INT32_MAX || expected_result < INT32_MIN) in can_parse_signed()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h37 #define TIME_MIN INT32_MIN
H A Dsysmacros.h55 #define INT32_MIN INT_MIN macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h57 ((ts)->tv_sec < INT32_MIN || (ts)->tv_sec > INT32_MAX)
/f-stack/freebsd/tools/sound/
H A Dfeeder_rate_mkfilter.awk113 if (r < INT32_MIN || r > INT32_MAX)
619 INT32_MIN = -1 - INT32_MAX;
810 if (v < INT32_MIN || v > INT32_MAX)
893 if (v < INT32_MIN || v > INT32_MAX) {
H A Dfeeder_eq_mkfilter.awk121 if (r < INT32_MIN || r > INT32_MAX)
263 INT32_MIN = -1 - INT32_MAX;
/f-stack/app/redis-5.0.5/src/
H A Dintset.c46 if (v < INT32_MIN || v > INT32_MAX) in _intsetValueEncoding()
H A Dziplist.c495 } else if (value >= INT32_MIN && value <= INT32_MAX) { in zipTryEncoding()
/f-stack/freebsd/kern/
H A Dsubr_stats.c304 [VSD_DTYPE_INT_S32] = {.int32 = {.s32 = INT32_MIN}},
310 [VSD_DTYPE_Q_S32] = {.q32 = {.sq32 = Q_IFMINVAL(INT32_MIN)}},