Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp31 uint8_t getByte(uint32_t* data, size_t offset) { in getByte() function
221 uint8_t byte = getByte(data, offset++); in _Unwind_VRS_Interpret()
236 ((byte & 0x0f) << 12) | (getByte(data, offset++) << 4); in _Unwind_VRS_Interpret()
270 uint8_t registers = getByte(data, offset++); in _Unwind_VRS_Interpret()
283 uint32_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
298 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
327 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
338 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
346 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()