Searched defs:readSLEB128 (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_personality.cpp212 readSLEB128(const uint8_t** data) function
254 result = static_cast<uintptr_t>(readSLEB128(&p));
703 int64_t ttypeIndex = readSLEB128(&action);
861 int64_t actionOffset = readSLEB128(&temp);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_personality.cpp212 readSLEB128(const uint8_t** data) function
254 result = static_cast<uintptr_t>(readSLEB128(&p));
703 int64_t ttypeIndex = readSLEB128(&action);
861 int64_t actionOffset = readSLEB128(&temp);

Completed in 151 milliseconds