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/linker/
Dlinker.cpp2712 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT16_MIN); in relocate()
2755 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT16_MIN); in relocate()