Home
last modified time | relevance | path

Searched refs:INT16_MIN (Results 1 – 3 of 3) 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()
/bionic/linker/
Dlinker.cpp3220 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT16_MIN); in relocate()
3263 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT16_MIN); in relocate()