Home
last modified time | relevance | path

Searched refs:Unpacked (Results 1 – 13 of 13) 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
73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack()
75 Diff -= Unpacked[CurrentDepth - 1]; in pack()
87 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked, in unpack() argument
99 Unpacked[CurrentDepth] = zigzagDecode(EncodedDiff); in unpack()
101 Unpacked[CurrentDepth] += Unpacked[CurrentDepth - 1]; in unpack()
Dstack_trace_compressor.h26 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed,
32 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked,
/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
73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack()
75 Diff -= Unpacked[CurrentDepth - 1]; in pack()
87 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked, in unpack() argument
99 Unpacked[CurrentDepth] = zigzagDecode(EncodedDiff); in unpack()
101 Unpacked[CurrentDepth] += Unpacked[CurrentDepth - 1]; in unpack()
Dstack_trace_compressor.h26 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed,
32 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked,
/external/golang-protobuf/protoc-gen-go/testdata/proto3/
Dproto3.pb.go59Unpacked []int64 `protobuf:"varint,5,rep,name=unpacked,proto3" json:"unpacked,… member
120 return m.Unpacked
/external/protobuf/csharp/
DCHANGES.txt97 - Packed and Unpacked parsing allow for all repeated, as per version 2.3
/external/python/cpython2/Doc/library/
Dstruct.rst310 Unpacked fields can be named by assigning them to variables or by wrapping
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4110 SelectionDAG &DAG, bool Unpacked) { in adjustLoadValueTypeImpl() argument
4114 if (Unpacked) { // From v2i32/v4i32 back to v2f16/v4f16. in adjustLoadValueTypeImpl()
4142 bool Unpacked = Subtarget->hasUnpackedD16VMem(); in adjustLoadValueType() local
4146 if (Unpacked && LoadVT.isVector()) { in adjustLoadValueType()
4160 if (!Unpacked) // Just adjusted the opcode. in adjustLoadValueType()
4163 SDValue Adjusted = adjustLoadValueTypeImpl(Load, LoadVT, DL, DAG, Unpacked); in adjustLoadValueType()
5239 bool IsTexFail, bool Unpacked, bool IsD16, in constructRetValue() argument
5246 EVT AdjEltVT = Unpacked && IsD16 ? MVT::i32 : ReqRetEltVT; in constructRetValue()
5247 EVT AdjVT = Unpacked ? ReqRetNumElts > 1 ? EVT::getVectorVT(Context, AdjEltVT, ReqRetNumElts) in constructRetValue()
5254 if (IsD16 && !Unpacked) in constructRetValue()
[all …]
/external/python/cpython3/Doc/library/
Dstruct.rst357 Unpacked fields can be named by assigning them to variables or by wrapping
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4603 SelectionDAG &DAG, bool Unpacked) { in adjustLoadValueTypeImpl() argument
4617 if (Unpacked) { // From v2i32/v4i32 back to v2f16/v4f16. in adjustLoadValueTypeImpl()
4649 bool Unpacked = Subtarget->hasUnpackedD16VMem(); in adjustLoadValueType() local
4654 if (Unpacked) { in adjustLoadValueType()
4674 SDValue Adjusted = adjustLoadValueTypeImpl(Load, LoadVT, DL, DAG, Unpacked); in adjustLoadValueType()
5865 bool IsTexFail, bool Unpacked, bool IsD16, in constructRetValue() argument
5871 int NumDataDwords = (!IsD16 || (IsD16 && Unpacked)) ? in constructRetValue()
5874 int MaskPopDwords = (!IsD16 || (IsD16 && Unpacked)) ? in constructRetValue()
5902 Data = adjustLoadValueTypeImpl(Data, ReqRetVT, DL, DAG, Unpacked); in constructRetValue()
DAMDGPULegalizerInfo.cpp3738 const bool Unpacked = ST.hasUnpackedD16VMem(); in legalizeBufferLoad() local
3773 else if (Unpacked && IsD16 && Ty.isVector()) in legalizeBufferLoad()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp5932 ArrayRef<TemplateArgument> Unpacked(Arg); in FindInstantiatedDecl() local
5934 Unpacked = Arg.pack_elements(); in FindInstantiatedDecl()
5935 for (TemplateArgument UnpackedArg : Unpacked) in FindInstantiatedDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp14831 Value *Unpacked = Builder.CreateBitCast( in EmitPPCBuiltinExpr() local
14837 return Builder.CreateExtractElement(Unpacked, Index); in EmitPPCBuiltinExpr()