Home
last modified time | relevance | path

Searched refs:INT_FAST32_MIN (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/tzcode/
Dprivate.h223 # define INT_FAST32_MIN LONG_MIN macro
227 # define INT_FAST32_MIN INT_MIN macro
Dlocaltime.c1770 if ((l >= 0) ? (m > INT_FAST32_MAX - l) : (m < INT_FAST32_MIN - l)) in increment_overflow32()
1965 && ((BIGGEST (INT_FAST32_MIN, LONG_MIN) in time2sub()
/bionic/tests/headers/posix/
Dstdint_h.c96 MACRO(INT_FAST32_MIN); in stdint_h()
/bionic/libc/include/
Dstdint.h180 #define INT_FAST32_MIN INT32_MIN macro