Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_leb128_test.cpp67 EXPECT_EQ(buffer + 1, DecodeULEB128(buffer, buffer + 1, &v)); in TYPED_TEST()
78 u8* p2 = DecodeULEB128(std::begin(buffer), std::end(buffer), &v2); in TYPED_TEST()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h69 It DecodeULEB128(It begin, It end, T* v) { in DecodeULEB128() function