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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp126 size_t UnpackedLength = gwp_asan::compression::unpack( local
130 if (UnpackedLength < BufferLen)
131 BufferLen = UnpackedLength;
133 return UnpackedLength;
150 size_t UnpackedLength = gwp_asan::compression::unpack( local
154 if (UnpackedLength < BufferLen)
155 BufferLen = UnpackedLength;
157 return UnpackedLength;

Completed in 169 milliseconds