Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp32 uint8_t* byteData = reinterpret_cast<uint8_t*>(data); in getByte() local
33 return byteData[(offset & ~0x03) + (3 - (offset&0x03))]; in getByte()