Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h172 #define UINT16_MAX (65535) macro
173 #define UINT_LEAST16_MAX UINT16_MAX
/bionic/linker/
Dlinker.cpp2713 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT16_MAX); in relocate()
2756 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT16_MAX); in relocate()