/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/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/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 653 RegPressureDelta &Delta, in computeExcessPressureDelta() 694 RegPressureDelta &Delta) { in computeMaxPressureDelta() 771 RegPressureDelta &Delta, in getMaxUpwardPressureDelta() 839 RegPressureDelta &Delta, in getUpwardPressureDelta() 964 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
|
D | InterferenceCache.h | 109 void addRef(int Delta) { RefCount += Delta; } in addRef()
|
D | EarlyIfConversion.cpp | 676 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles()
|
/external/skia/src/core/ |
D | SkDeviceLooper.h | 83 enum Delta { enum
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 971 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local 1095 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local 1232 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local 1348 bool findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta, in findGCD() 1453 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local 1666 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local 1776 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local 1859 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local 2337 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local 2513 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 974 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 979 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 984 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1010 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1029 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 1036 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 1042 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/vulkan-validation-layers/libs/glm/gtx/ |
D | color_space.inl | 75 float Delta = Max - Min; local
|
/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/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 364 int Delta; member in clang::tooling::__anon6258f4af0311::MergedReplacement 387 int Delta = 0; in mergeReplacements() local
|
/external/clang/test/OpenMP/ |
D | parallel_for_simd_codegen.cpp | 403 IterDouble operator + (int Delta) { in operator +()
|
D | for_simd_codegen.cpp | 445 IterDouble operator + (int Delta) { in operator +()
|
D | simd_codegen.cpp | 312 IterDouble operator + (int Delta) { in operator +()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshglob.c | 504 FT_Pos Delta; in psh_blues_scale_zones() local
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 504 FT_Pos Delta; in psh_blues_scale_zones() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 476 RegPressureDelta &Delta, in SchedulingCost()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 357 int64_t Delta = -int64_t(StackSize); in emitPrologue() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 603 Constant *Delta = ConstantInt::get(DeltaType, IndexOffset); in emitBump() local
|
/external/libchrome/base/ |
D | tracked_objects.cc | 241 DeathDataSnapshot DeathDataSnapshot::Delta( in Delta() function in tracked_objects::DeathDataSnapshot
|
D | tracked_objects_unittest.cc | 344 TEST_F(TrackedObjectsTest, Delta) { in TEST_F() argument
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 1377 unsigned Delta = isThumb1 ? 2 : 4; in createNewWater() local 2207 int Delta = OrigSize - NewSize + DeadSize; in optimizeThumb2JumpTables() local
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 121 class Delta{}; class
|