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

/barrelfish-2018-10-04/include/arch/arm/machine/
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
/barrelfish-2018-10-04/include/arch/aarch64/machine/
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
/barrelfish-2018-10-04/include/arch/x86_32/machine/
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
/barrelfish-2018-10-04/include/arch/x86_64/machine/
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
/barrelfish-2018-10-04/lib/tzcode/zic/
H A Dprivate.h130 #ifndef INT32_MIN
131 #define INT32_MIN (-1 - INT32_MAX) macro
132 #endif /* !defined INT32_MIN */
H A Dzic.c1441 return INT32_MIN <= x && x <= INT32_MAX;
/barrelfish-2018-10-04/lib/tzcode/stdtime/
H A Dprivate.h172 #ifndef INT32_MIN
173 #define INT32_MIN (-1 - INT32_MAX) macro
174 #endif /* !defined INT32_MIN */
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dpds.types.h54 #define INT32_MIN -0x80000000 macro
/barrelfish-2018-10-04/lib/octopus/parser/
H A Dflex.h67 #ifndef INT32_MIN
68 #define INT32_MIN (-2147483647-1) macro
H A Dscan.c64 #ifndef INT32_MIN
65 #define INT32_MIN (-2147483647-1) macro
/barrelfish-2018-10-04/usr/tests/sdmatest/
H A Dsdmatest.c259 dst_addr.y_modify = INT32_MIN;
/barrelfish-2018-10-04/usr/drivers/omap44xx/sdma/
H A Dmain.c187 if (i64prod > INT32_MAX || i64prod < INT32_MIN) return true;

Completed in 128 milliseconds