Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h99 # define INT_FAST16_MIN INT32_MIN
128 # define INT32_MIN (-2147483647-1) macro
130 # define INT_LEAST32_MIN INT32_MIN
132 # define INT_FAST32_MIN INT32_MIN
203 # define INTPTR_MIN INT32_MIN
206 # define PTRDIFF_MIN INT32_MIN
240 # define SIG_ATOMIC_MIN INT32_MIN
246 # define WCHAR_MIN INT32_MIN
250 # define WINT_MIN INT32_MIN
/bionic/libc/tzcode/
Dprivate.h189 #ifndef INT32_MIN
190 #define INT32_MIN (-1 - INT32_MAX) macro