Home
last modified time | relevance | path

Searched defs:DecodeSLEB128 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/test/vts/vndk_utils/library/elf/
H A Dutils.py29 def DecodeSLEB128(data, begin_offset=0): function
/aosp_15_r20/external/llvm/unittests/Support/
H A DLEB128Test.cpp122 TEST(LEB128Test, DecodeSLEB128) { in TEST() argument