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

/bionic/libc/include/
H A Dstdint.h171 #define UINT16_MAX (65535) macro
172 #define UINT_LEAST16_MAX UINT16_MAX
/bionic/linker/
H A Dlinker.cpp2932 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT16_MAX);
2975 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT16_MAX);

Completed in 1079 milliseconds