/external/libvpx/libvpx/vp8/common/ |
D | quant_common.c | 39 int vp8_dc_quant(int QIndex, int Delta) in vp8_dc_quant() 54 int vp8_dc2quant(int QIndex, int Delta) in vp8_dc2quant() 69 int vp8_dc_uv_quant(int QIndex, int Delta) in vp8_dc_uv_quant() 101 int vp8_ac2quant(int QIndex, int Delta) in vp8_ac2quant() 122 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/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 745 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 750 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 755 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 781 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 800 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset); in resolveSystemZRelocation() local 807 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset); in resolveSystemZRelocation() local 813 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset); in resolveSystemZRelocation() local
|
/external/skia/src/core/ |
D | SkDeviceLooper.h | 84 enum Delta { enum
|
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 626 RegPressureDelta &Delta, in computeExcessPressureDelta() 668 RegPressureDelta &Delta) { in computeMaxPressureDelta() 758 RegPressureDelta &Delta, in getMaxUpwardPressureDelta() 826 RegPressureDelta &Delta, in getUpwardPressureDelta() 954 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
|
D | InterferenceCache.h | 109 void addRef(int Delta) { RefCount += Delta; } in addRef()
|
D | EarlyIfConversion.cpp | 667 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles()
|
D | MachineInstr.cpp | 1301 unsigned Delta = i - GroupIdx[TiedGroup]; in findTiedOperandIdx() local
|
/external/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 922 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local 1044 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local 1181 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local 1299 bool findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta, in findGCD() 1404 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local 1617 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local 1727 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local 1810 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local 2288 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local 2464 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local [all …]
|
D | InstructionSimplify.cpp | 1516 const APInt Delta = CI2V - CI1V; in SimplifyAndOfICmps() local 1675 const APInt Delta = CI2V - CI1V; in SimplifyOrOfICmps() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 79 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
|
/external/clang/test/OpenMP/ |
D | simd_codegen.cpp | 310 IterDouble operator + (int Delta) { in operator +()
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 504 FT_Pos Delta; in psh_blues_scale_zones() local
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshglob.c | 504 FT_Pos Delta; in psh_blues_scale_zones() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 472 RegPressureDelta &Delta, in SchedulingCost()
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 383 const MCExpr *Delta = in EmitValueToOffset() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 351 int64_t Delta = -int64_t(StackSize); in emitPrologue() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 576 Constant *Delta = ConstantInt::get(DeltaType, IndexOffset); in emitBump() local
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 121 class Delta{}; class
|
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 1257 unsigned Delta = 2; in createNewWater() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1023 int Delta = StackAdj - MaxTCRetDelta; in emitEpilogue() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 1249 unsigned Delta = isThumb1 ? 2 : 4; in createNewWater() local
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 596 uint32_t Delta = DestIdx - FixupIdx - 2; in resolveTableFixups() local
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 82 raw_ostream &Indent(int Delta = 0) { in Indent()
|