Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h154 #define INT8_MIN (-128) macro
156 #define INT_LEAST8_MIN INT8_MIN
158 #define INT_FAST8_MIN INT8_MIN
/bionic/tests/headers/posix/
Dstdint_h.c68 MACRO(INT8_MIN); in stdint_h()