Searched refs:INT32_MIN (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-11-stable/sys/arm/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
125 #define INTPTR_MIN INT32_MIN
142 #define PTRDIFF_MIN INT32_MIN
146 #define SIG_ATOMIC_MIN INT32_MIN
153 #define WINT_MIN INT32_MIN
/freebsd-11-stable/sys/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
/freebsd-11-stable/sys/riscv/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
/freebsd-11-stable/sys/sparc64/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
/freebsd-11-stable/sys/powerpc/include/
H A D_stdint.h85 #define INT32_MIN (-0x7fffffff-1) macro
107 #define INT_LEAST32_MIN INT32_MIN
127 #define INT_FAST8_MIN INT32_MIN
128 #define INT_FAST16_MIN INT32_MIN
129 #define INT_FAST32_MIN INT32_MIN
153 #define INTPTR_MIN INT32_MIN
183 #define PTRDIFF_MIN INT32_MIN
187 #define SIG_ATOMIC_MIN INT32_MIN
195 #define WINT_MIN INT32_MIN
/freebsd-11-stable/sys/mips/include/
H A D_stdint.h86 #define INT32_MIN (-0x7fffffff-1) macro
108 #define INT_LEAST32_MIN INT32_MIN
128 #define INT_FAST8_MIN INT32_MIN
129 #define INT_FAST16_MIN INT32_MIN
130 #define INT_FAST32_MIN INT32_MIN
154 #define INTPTR_MIN INT32_MIN
180 #define PTRDIFF_MIN INT32_MIN
188 #define SIG_ATOMIC_MIN INT32_MIN
192 #define WINT_MIN INT32_MIN
/freebsd-11-stable/sys/x86/include/
H A D_stdint.h76 #define INT32_MIN (-0x7fffffff-1) macro
103 #define INT_LEAST32_MIN INT32_MIN
123 #define INT_FAST8_MIN INT32_MIN
124 #define INT_FAST16_MIN INT32_MIN
125 #define INT_FAST32_MIN INT32_MIN
149 #define INTPTR_MIN INT32_MIN
178 #define PTRDIFF_MIN INT32_MIN
180 #define SIG_ATOMIC_MIN INT32_MIN
186 #define WINT_MIN INT32_MIN
/freebsd-11-stable/contrib/flex/
H A Dflexint.h40 #ifndef INT32_MIN
41 #define INT32_MIN (-2147483647-1) macro
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsupport.h74 #if !defined(INT32_MIN)
75 #define INT32_MIN (-0x7fffffff-1) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegNumbering.cpp99 << (INT32_MIN | NumStackRegs) << "\n");
100 MFI.setWAReg(VReg, INT32_MIN | NumStackRegs++);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_types.h94 # ifndef INT32_MIN
95 # define INT32_MIN INT_MIN macro
111 # ifndef INT32_MIN
112 # define INT32_MIN LONG_MIN macro
/freebsd-11-stable/contrib/tzcode/zic/
H A Dprivate.h130 #ifndef INT32_MIN
131 #define INT32_MIN (-1 - INT32_MAX) macro
132 #endif /* !defined INT32_MIN */
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dprivate.h172 #ifndef INT32_MIN
173 #define INT32_MIN (-1 - INT32_MAX) macro
174 #endif /* !defined INT32_MIN */
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dtypes_ext.h108 GET_UINT32(*((uint32_t*)((size_t)(INT32_MIN)))));
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dtime.h53 ((ts)->tv_sec < INT32_MIN || (ts)->tv_sec > INT32_MAX)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DStringConvert.cpp23 *success_ptr = ((sval <= INT32_MAX) && (sval >= INT32_MIN));
/freebsd-11-stable/usr.bin/m4/
H A Dtokenizer.l77 l > INT32_MAX || l < INT32_MIN) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_platform.h137 #define INT32_MIN ((int32_t)(~INT32_MAX)) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h268 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN &&
283 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN &&
298 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN &&
H A DRuntimeDyldCOFFX86_64.h105 assert(((int64_t)Result >= INT32_MIN) && "Relocation underflow");
132 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN && "Relocation underflow");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h556 # define INT32_MIN (-INT32_C(2147483647)-1) macro
558 # define __INT_LEAST32_MIN INT32_MIN
561 # define __INT_LEAST16_MIN INT32_MIN
564 # define __INT_LEAST8_MIN INT32_MIN
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp99 int32_t port = INT32_MIN;
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A Dapr.h425 #ifdef INT32_MIN
426 #define APR_INT32_MIN INT32_MIN
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c183 if (max > INT32_MAX || min < INT32_MIN)
/freebsd-11-stable/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk111 if (r < INT32_MIN || r > INT32_MAX)
617 INT32_MIN = -1 - INT32_MAX;
808 if (v < INT32_MIN || v > INT32_MAX)
891 if (v < INT32_MIN || v > INT32_MAX) {

Completed in 381 milliseconds

123