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

/system/core/libcutils/
H A Dprivate.h159 #ifndef INT32_MIN
160 #define INT32_MIN (-1 - INT32_MAX) macro
161 #endif /* !defined INT32_MIN */
/system/core/sh/
H A Dinit.c143 #undef INT32_MIN macro
144 #define INT32_MIN (-2147483647-1) macro
435 #undef INT32_MIN macro
436 #define INT32_MIN (-2147483647-1) macro
727 #undef INT32_MIN macro
728 #define INT32_MIN (-2147483647-1) macro
H A Darith_lex.c58 #ifndef INT32_MIN
59 #define INT32_MIN (-2147483647-1) macro

Completed in 9 milliseconds