Home
last modified time | relevance | path

Searched refs:uint16_t (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.h165 uint16_t pull_val(const uint16_t* val) const { in pull_val()
170 return (uint16_t)get_byte(val, 0) << 8 | get_byte(val, 1); in pull_val()
172 return (uint16_t)get_byte(val, 1) << 8 | get_byte(val, 0); in pull_val()
175 uint16_t pull_val(const uint16_t& val) const { in pull_val()
180 (pull_val(reinterpret_cast<const uint16_t*>(val))); in pull_val()
184 (pull_val(reinterpret_cast<const uint16_t&>(val))); in pull_val()
Ddwarf_defs.h35 typedef uint16_t Dwarf_Tag;
38 typedef uint16_t Dwarf_At;
41 typedef uint16_t Dwarf_Form;
Delf_defs.h130 uint16_t tmp = 0x00FF; in is_little_endian_cpu()
Delff_elf.h44 typedef uint16_t Elf_Half;
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h124 #undef uint16_t
128 #define uint16_t gl_uint16_t macro
196 #define uint_least16_t uint16_t
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m496 uint16_t b2 = UINT16_MAX;
183 int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20101 uint16_t b2 = UINT16_MAX;
20188 int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;