| /third_party/rust/rust/tests/mir-opt/const_prop/ |
| D | offset_of.rs | 24 struct Delta<T> { struct 42 let dx = offset_of!(Delta<T>, x); in generic() argument
|
| /third_party/rust/rust/tests/ui/offset-of/ |
| D | offset-of-dst-field.rs | 29 struct Delta<T: ?Sized> { struct 44 offset_of!(Delta<Alpha>, z); //~ ERROR the size for values of type in delta() argument
|
| /third_party/rust/rust/tests/ui/lint/dead-code/ |
| D | offset-of.rs | 22 struct Delta { struct 31 type Assoc = Delta; argument
|
| /third_party/rust/rust/tests/rustdoc/ |
| D | where.rs | 17 pub struct Delta<D>(D); struct 22 impl<D> Delta<D> where D: MyTrait { implementation
|
| /third_party/rust/rust/tests/ui/associated-type-bounds/ |
| D | fn-where.rs | 29 B: Copy + Beta<Gamma: Alpha + 'static + Delta>, in where_bound_multi() 64 B: Beta<Gamma: Copy + Alpha + Beta<Gamma: Delta>>, in where_bound_nested()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/ |
| D | injector.rs | 46 enum Delta<T> { enum 51 impl<T> Delta<T> { impl
|
| /third_party/rust/rust/tests/ui/specialization/ |
| D | issue-35376.rs | 13 pub trait Delta { interface
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
| D | JITLinkGeneric.h | 85 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock() local 92 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); in alignToBlock() local
|
| D | MachO_x86_64.cpp | 303 JITTargetAddress Delta = in addRelocations() local 495 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1)); in applyFixup() local 507 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1Anon)); in applyFixup() local
|
| /third_party/rust/rust/tests/ui/associated-type-bounds/auxiliary/ |
| D | fn-dyn-aux.rs | 12 pub trait Delta { interface 114 B::Gamma: Alpha + 'static + Delta, in desugared_bound_multi() 165 <B::Gamma as Beta>::Gamma: Delta, in desugared_bound_nested()
|
| D | fn-aux.rs | 12 pub trait Delta { trait 109 B::Gamma: Alpha + 'static + Delta, in desugared_bound_multi() 160 <B::Gamma as Beta>::Gamma: Delta, in desugared_bound_nested()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineFunctionPass.cpp | 82 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
|
| D | RegisterPressure.cpp | 960 RegPressureDelta &Delta, in computeExcessPressureDelta() 1001 RegPressureDelta &Delta) { in computeMaxPressureDelta() 1094 RegPressureDelta &Delta, in getMaxUpwardPressureDelta() 1162 RegPressureDelta &Delta, in getUpwardPressureDelta() 1342 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
|
| D | InterferenceCache.h | 113 void addRef(int Delta) { RefCount += Delta; } in addRef()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86InsertPrefetch.cpp | 48 int64_t Delta; member 211 int64_t Delta = PrefInfo.Delta; in runOnMachineFunction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldCOFFX86_64.h | 50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset() 101 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 779 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 784 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 789 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 816 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 835 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 842 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 848 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 854 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 860 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
| D | LineTable.cpp | 25 int64_t Delta; member 30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | DeltaAlgorithm.cpp | 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | DependenceAnalysis.cpp | 989 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local 1158 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local 1291 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local 1407 const APInt &Delta, APInt &G, APInt &X, APInt &Y) { in findGCD() 1504 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local 1716 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local 1825 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local 1905 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local 2372 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local 2541 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | color_space.inl | 69 float Delta = Max - Min; local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | FDRRecords.h | 237 int32_t Delta = 0; variable 264 int32_t Delta = 0; variable 375 uint32_t Delta = 0; variable
|
| /third_party/skia/third_party/externals/angle2/util/ |
| D | Event.h | 52 int Delta; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceTimerTree.cpp | 185 double Delta = Current - LastTimestamp; in update() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIModeRegister.cpp | 367 Status Delta = BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3() local
|