Home
last modified time | relevance | path

Searched refs:INT32_MAX (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Dstdint.h169 #define INT_FAST16_MAX INT32_MAX
176 #define INT32_MAX (2147483647) macro
178 #define INT_LEAST32_MAX INT32_MAX
180 #define INT_FAST32_MAX INT32_MAX
201 #define SIG_ATOMIC_MAX INT32_MAX
208 # define WINT_MAX INT32_MAX
221 # define INTPTR_MAX INT32_MAX
224 # define PTRDIFF_MAX INT32_MAX
/bionic/libc/tzcode/
Dprivate.h270 #ifndef INT32_MAX
271 #define INT32_MAX 0x7fffffff macro
274 #define INT32_MIN (-1 - INT32_MAX)
/bionic/libc/bionic/
Dsystem_properties.cpp1190 __futex_wake(&pi->serial, INT32_MAX); in __system_property_update()
1196 __futex_wake(pa->serial(), INT32_MAX); in __system_property_update()
1232 __futex_wake(__system_property_area__->serial(), INT32_MAX); in __system_property_add()