Home
last modified time | relevance | path

Searched refs:uint8_t (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delf_defs.h31 #define INC_PTR(p, n) (reinterpret_cast<uint8_t*>(p) + (n))
38 #define INC_CPTR(p, n) (reinterpret_cast<const uint8_t*>(p) + (n))
48 (reinterpret_cast<uint8_t*>(p) + (n))
58 (reinterpret_cast<const uint8_t*>(p) + (n))
90 return ((size_t)(reinterpret_cast<const uint8_t*>(e) - in diff_ptr()
91 reinterpret_cast<const uint8_t*>(s))); in diff_ptr()
101 static inline uint8_t
103 return *(reinterpret_cast<const uint8_t*>(ptr) + bt); in get_byte()
Delf_file.h145 uint8_t pull_val(const uint8_t* val) const { in pull_val()
148 uint8_t pull_val(const uint8_t& val) const { in pull_val()
Delff_elf.h41 typedef uint8_t Elf_Byte;
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h117 #undef uint8_t
121 #define uint8_t gl_uint8_t macro
194 #define uint_least8_t uint8_t
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m491 uint8_t b1 = UINT8_MAX;
180 int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20096 uint8_t b1 = UINT8_MAX;
20185 int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;