Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h170 #define INT_FAST16_MAX INT32_MAX
177 #define INT32_MAX (2147483647) macro
179 #define INT_LEAST32_MAX INT32_MAX
181 #define INT_FAST32_MAX INT32_MAX
202 #define SIG_ATOMIC_MAX INT32_MAX
209 # define WINT_MAX INT32_MAX
222 # define INTPTR_MAX INT32_MAX
225 # define PTRDIFF_MAX INT32_MAX
/bionic/libc/tzcode/
Dprivate.h281 #ifndef INT32_MAX
282 #define INT32_MAX 0x7fffffff macro
285 #define INT32_MIN (-1 - INT32_MAX)
/bionic/libc/bionic/
Dsystem_properties.cpp1357 __futex_wake(&pi->serial, INT32_MAX); in __system_property_update()
1361 __futex_wake(pa->serial(), INT32_MAX); in __system_property_update()
1398 __futex_wake(__system_property_area__->serial(), INT32_MAX); in __system_property_add()