/external/libvpx/libvpx/vp8/common/ |
D | quant_common.c | 37 int vp8_dc_quant(int QIndex, int Delta) { in vp8_dc_quant() 52 int vp8_dc2quant(int QIndex, int Delta) { in vp8_dc2quant() 66 int vp8_dc_uv_quant(int QIndex, int Delta) { in vp8_dc_uv_quant() 97 int vp8_ac2quant(int QIndex, int Delta) { in vp8_ac2quant() 117 int vp8_ac_uv_quant(int QIndex, int Delta) { in vp8_ac_uv_quant()
|
/external/clang/lib/Rewrite/ |
D | DeltaTree.cpp | 41 int Delta; member 44 SourceDelta Delta; in get() local 179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() 451 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationStats.java | 178 static final class Delta { class in AllocationStats 185 Delta( in Delta() method in AllocationStats.Delta
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 45 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset() 96 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 769 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 774 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 779 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 806 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 825 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 832 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 838 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 844 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 850 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 993 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 998 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1003 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1029 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1048 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 1055 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 1061 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 1070 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
/external/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 45 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
|
/external/scudo/standalone/tests/ |
D | combined_test.cpp | 94 for (scudo::sptr Delta = -32; Delta <= 32; Delta++) { in testAllocator() local 113 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in testAllocator() local 165 for (scudo::sptr Delta = -32; Delta < 32; Delta += 8) { in testAllocator() local
|
D | secondary_test.cpp | 84 for (scudo::sptr Delta = -128; Delta <= 128; Delta += 8) { in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 978 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local 1147 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local 1280 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local 1396 const APInt &Delta, APInt &G, APInt &X, APInt &Y) { in findGCD() 1493 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local 1705 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local 1814 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local 1894 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local 2361 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local 2530 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local [all …]
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 963 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local 1081 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local 1214 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local 1330 const APInt &Delta, APInt &G, APInt &X, APInt &Y) { in findGCD() 1427 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local 1639 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local 1748 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local 1828 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local 2295 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local 2464 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 78 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
|
/external/angle/util/ |
D | Event.h | 52 int Delta; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 940 RegPressureDelta &Delta, in computeExcessPressureDelta() 981 RegPressureDelta &Delta) { in computeMaxPressureDelta() 1074 RegPressureDelta &Delta, in getMaxUpwardPressureDelta() 1142 RegPressureDelta &Delta, in getUpwardPressureDelta() 1322 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
|
D | InterferenceCache.h | 114 void addRef(int Delta) { RefCount += Delta; } in addRef()
|
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 919 RegPressureDelta &Delta, in computeExcessPressureDelta() 960 RegPressureDelta &Delta) { in computeMaxPressureDelta() 1053 RegPressureDelta &Delta, in getMaxUpwardPressureDelta() 1121 RegPressureDelta &Delta, in getUpwardPressureDelta() 1299 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
|
D | InterferenceCache.h | 109 void addRef(int Delta) { RefCount += Delta; } in addRef()
|
/external/golang-protobuf/protoc-gen-go/testdata/my_test/ |
D | test.proto | 163 message Delta {} message
|
/external/clang/test/OpenMP/ |
D | parallel_for_simd_codegen.cpp | 403 IterDouble operator + (int Delta) { in operator +()
|
D | for_simd_codegen.cpp | 446 IterDouble operator + (int Delta) { in operator +()
|
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 414 int Delta; member in clang::tooling::__anon46ab19da0411::MergedReplacement 446 int Delta = 0; in mergeReplacements() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTimerTree.cpp | 185 double Delta = Current - LastTimestamp; in update() local
|
/external/libgav1/libgav1/src/utils/ |
D | types.h | 283 struct Delta { struct 284 bool present; 285 uint8_t scale; 286 bool multi;
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 65 Delta, enumerator
|