/external/gwp_asan/gwp_asan/ |
D | stack_trace_compressor.cpp | 69 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()
|
D | stack_trace_compressor.h | 26 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/ |
D | stack_trace_compressor.cpp | 69 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()
|
D | stack_trace_compressor.h | 26 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/ |
D | proto3.pb.go | 59 …Unpacked []int64 `protobuf:"varint,5,rep,name=unpacked,proto3" json:"unpacked,… member 120 return m.Unpacked
|
/external/protobuf/csharp/ |
D | CHANGES.txt | 97 - Packed and Unpacked parsing allow for all repeated, as per version 2.3
|
/external/python/cpython2/Doc/library/ |
D | struct.rst | 310 Unpacked fields can be named by assigning them to variables or by wrapping
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4110 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/ |
D | struct.rst | 357 Unpacked fields can be named by assigning them to variables or by wrapping
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4603 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()
|
D | AMDGPULegalizerInfo.cpp | 3738 const bool Unpacked = ST.hasUnpackedD16VMem(); in legalizeBufferLoad() local 3773 else if (Unpacked && IsD16 && Ty.isVector()) in legalizeBufferLoad()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 5932 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/ |
D | CGBuiltin.cpp | 14831 Value *Unpacked = Builder.CreateBitCast( in EmitPPCBuiltinExpr() local 14837 return Builder.CreateExtractElement(Unpacked, Index); in EmitPPCBuiltinExpr()
|