Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h171 #define UINT16_MAX (65535) macro
172 #define UINT_LEAST16_MAX UINT16_MAX
/bionic/linker/
Dlinker.cpp2049 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT16_MAX); in relocate()
2094 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT16_MAX); in relocate()