Searched refs:PackedSize (Results 1 – 5 of 5) sorted by relevance
/external/gwp_asan/gwp_asan/ |
D | stack_trace_compressor.cpp | 87 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()
|
D | stack_trace_compressor.h | 32 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked,
|
/external/llvm-project/compiler-rt/lib/gwp_asan/ |
D | stack_trace_compressor.cpp | 87 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()
|
D | stack_trace_compressor.h | 32 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked,
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1137 unsigned PackedSize = MemVT.getStoreSizeInBits(); in MergeVectorStore() local 1159 if (PackedSize < 32) { in MergeVectorStore() 1160 EVT PackedVT = EVT::getIntegerVT(*DAG.getContext(), PackedSize); in MergeVectorStore()
|