Home
last modified time | relevance | path

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

/external/gwp_asan/gwp_asan/
Dstack_trace_compressor.cpp69 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed, in pack() argument
72 for (size_t CurrentDepth = 0; CurrentDepth < UnpackedSize; CurrentDepth++) { in pack()
Dstack_trace_compressor.h26 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed,
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dstack_trace_compressor.cpp69 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed, in pack() argument
72 for (size_t CurrentDepth = 0; CurrentDepth < UnpackedSize; CurrentDepth++) { in pack()
Dstack_trace_compressor.h26 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed,
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp1850 CharUnits UnpackedSize = Context.toCharUnitsFromBits(UnpackedSizeInBits); in FinishLayout() local
1888 getSize() == UnpackedSize) in FinishLayout()