Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h165 #define INT16_MIN (-32768) macro
167 #define INT_LEAST16_MIN INT16_MIN
/bionic/tests/headers/posix/
Dstdint_h.c69 MACRO(INT16_MIN); in stdint_h()