Searched defs:get8 (Results 1 - 3 of 3) sorted by relevance

/external/lldb/scripts/
H A Ddisasm-gdb-remote.pl17 our $reg8_href = { extract => \&get8, format => "0x%2.2x" };
1045 printf(" 0x%2.2x", get8(\@_));
1151 $arg .= sprintf("%c", get8(\@_))
1278 printf("%c", get8(\@_))
1414 sub get8 subroutine
1435 $val = get8($arrayref) |
1436 get8($arrayref) << 8;
1440 $val = get8($arrayref) << 8 |
1441 get8($arrayref) ;
1460 $val = get8(
[all...]
/external/libcxxabi/src/Unwind/
H A DAddressSpace.hpp88 uint8_t get8(pint_t addr) { function in class:libunwind::LocalAddressSpace
383 uint8_t get8(pint_t addr);
401 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) { function in class:libunwind::OtherAddressSpace
/external/clang/test/Sema/
H A Ddesignated-initializers.c128 int get8() { ++counter; return 8; } function
135 [1].b = get8(), // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}}

Completed in 1886 milliseconds