Home
last modified time | relevance | path

Searched refs:PackedSize (Results 1 – 5 of 5) sorted by relevance

/external/gwp_asan/gwp_asan/
Dstack_trace_compressor.cpp87 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked, in unpack() argument
94 varIntDecode(Packed + Index, PackedSize - Index, &EncodedDiff); in unpack()
104 if (Index != PackedSize && CurrentDepth != UnpackedMaxSize) in unpack()
Dstack_trace_compressor.h32 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked,
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dstack_trace_compressor.cpp87 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked, in unpack() argument
94 varIntDecode(Packed + Index, PackedSize - Index, &EncodedDiff); in unpack()
104 if (Index != PackedSize && CurrentDepth != UnpackedMaxSize) in unpack()
Dstack_trace_compressor.h32 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked,
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1137 unsigned PackedSize = MemVT.getStoreSizeInBits(); in MergeVectorStore() local
1159 if (PackedSize < 32) { in MergeVectorStore()
1160 EVT PackedVT = EVT::getIntegerVT(*DAG.getContext(), PackedSize); in MergeVectorStore()