Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h179 #define INT_FAST32_MIN INT32_MIN macro
/bionic/libc/tzcode/
Dlocaltime.c1650 if ((l >= 0) ? (m > INT_FAST32_MAX - l) : (m < INT_FAST32_MIN - l)) in increment_overflow32()