Searched refs:PackedSize (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.h29 // From the packed stack trace in `Packed` of length `PackedSize`, write the
32 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked,
H A Dstack_trace_compressor.cpp87 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked, argument
94 varIntDecode(Packed + Index, PackedSize - Index, &EncodedDiff);
104 if (Index != PackedSize && CurrentDepth != UnpackedMaxSize)

Completed in 118 milliseconds