/external/clang/lib/Rewrite/ |
D | DeltaTree.cpp | 41 int Delta; member 44 SourceDelta Delta; in get() local 45 Delta.FileLoc = Loc; in get() 46 Delta.Delta = D; in get() 47 return Delta; in get() 106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes); 137 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta; in DeltaTreeInteriorNode() 168 NewFullDelta += Values[i].Delta; in RecomputeFullDeltaLocally() 179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() argument 182 FullDelta += Delta; in DoInsertion() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | quant_common.c | 37 int vp8_dc_quant(int QIndex, int Delta) { in vp8_dc_quant() argument 40 QIndex = QIndex + Delta; in vp8_dc_quant() 52 int vp8_dc2quant(int QIndex, int Delta) { in vp8_dc2quant() argument 55 QIndex = QIndex + Delta; in vp8_dc2quant() 66 int vp8_dc_uv_quant(int QIndex, int Delta) { in vp8_dc_uv_quant() argument 69 QIndex = QIndex + Delta; in vp8_dc_uv_quant() 97 int vp8_ac2quant(int QIndex, int Delta) { in vp8_ac2quant() argument 100 QIndex = QIndex + Delta; in vp8_ac2quant() 117 int vp8_ac_uv_quant(int QIndex, int Delta) { in vp8_ac_uv_quant() argument 120 QIndex = QIndex + Delta; in vp8_ac_uv_quant()
|
D | quant_common.h | 23 extern int vp8_dc_quant(int QIndex, int Delta); 24 extern int vp8_dc2quant(int QIndex, int Delta); 25 extern int vp8_ac2quant(int QIndex, int Delta); 26 extern int vp8_dc_uv_quant(int QIndex, int Delta); 27 extern int vp8_ac_uv_quant(int QIndex, int Delta);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 940 RegPressureDelta &Delta, in computeExcessPressureDelta() argument 943 Delta.Excess = PressureChange(); in computeExcessPressureDelta() 964 Delta.Excess = PressureChange(i); in computeExcessPressureDelta() 965 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta() 981 RegPressureDelta &Delta) { in computeMaxPressureDelta() argument 982 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta() 983 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta() 992 if (!Delta.CriticalMax.isValid()) { in computeMaxPressureDelta() 999 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta() 1000 Delta.CriticalMax.setUnitInc(PDiff); in computeMaxPressureDelta() [all …]
|
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 919 RegPressureDelta &Delta, in computeExcessPressureDelta() argument 922 Delta.Excess = PressureChange(); in computeExcessPressureDelta() 943 Delta.Excess = PressureChange(i); in computeExcessPressureDelta() 944 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta() 960 RegPressureDelta &Delta) { in computeMaxPressureDelta() argument 961 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta() 962 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta() 971 if (!Delta.CriticalMax.isValid()) { in computeMaxPressureDelta() 978 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta() 979 Delta.CriticalMax.setUnitInc(PDiff); in computeMaxPressureDelta() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 978 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local 981 return Delta->isZero(); in isKnownPredicate() 983 return SE->isKnownNonZero(Delta); in isKnownPredicate() 985 return SE->isKnownNonNegative(Delta); in isKnownPredicate() 987 return SE->isKnownNonPositive(Delta); in isKnownPredicate() 989 return SE->isKnownPositive(Delta); in isKnownPredicate() 991 return SE->isKnownNegative(Delta); in isKnownPredicate() 1147 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local 1148 LLVM_DEBUG(dbgs() << "\t Delta = " << *Delta); in strongSIVtest() 1149 LLVM_DEBUG(dbgs() << ", " << *Delta->getType() << "\n"); in strongSIVtest() [all …]
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 963 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local 966 return Delta->isZero(); in isKnownPredicate() 968 return SE->isKnownNonZero(Delta); in isKnownPredicate() 970 return SE->isKnownNonNegative(Delta); in isKnownPredicate() 972 return SE->isKnownNonPositive(Delta); in isKnownPredicate() 974 return SE->isKnownPositive(Delta); in isKnownPredicate() 976 return SE->isKnownNegative(Delta); in isKnownPredicate() 1081 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local 1082 DEBUG(dbgs() << "\t Delta = " << *Delta); in strongSIVtest() 1083 DEBUG(dbgs() << ", " << *Delta->getType() << "\n"); in strongSIVtest() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | size-remarks.ll | 22 ; CGSCC-SAME: Delta: [[DELTA:-?[1-9][0-9]*]] 33 ; CGSCC-NEXT: - String: '; Delta: ' 42 ; FUNC-SAME: Delta: [[DELTA1:-?[1-9][0-9]*]] 46 ; FUNC-SAME: Delta: [[DELTA2:-?[1-9][0-9]*]] 57 ; FUNC-NEXT: - String: '; Delta: ' 69 ; FUNC-NEXT: - String: '; Delta: ' 79 ; MODULE-SAME: Delta: [[DELTA:-?[1-9][0-9]*]] 90 ; MODULE-NEXT: - String: '; Delta: ' 99 ; BB-SAME: Delta: [[DELTA:-?[1-9][0-9]*]] 110 ; BB-NEXT: - String: '; Delta: ' [all …]
|
/external/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm 66 return Delta(Changes, SplitSets); in Delta() 79 Res = Delta(*it, Sets); in Search() 95 Res = Delta(Complement, ComplementSets); in Search() 113 return Delta(Changes, Sets); in Run()
|
/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 67 return Delta(Changes, SplitSets); in Delta() 80 Res = Delta(*it, Sets); in Search() 96 Res = Delta(Complement, ComplementSets); in Search() 114 return Delta(Changes, Sets); in Run()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DeltaAlgorithm.cpp | 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm 66 return Delta(Changes, SplitSets); in Delta() 79 Res = Delta(*it, Sets); in Search() 95 Res = Delta(Complement, ComplementSets); in Search() 113 return Delta(Changes, Sets); in Run()
|
/external/u-boot/board/qualcomm/dragonboard820c/ |
D | readme.txt | 126 Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic 154 D - 30 - boot_flash_init, Delta 156 D - 30 - sbl1_ddr_set_default_params, Delta 158 D - 200659 - boot_config_data_table_init, Delta - (60 Bytes) 161 D - 22570 - PMIC Image Loaded, Delta - (37272 Bytes) 165 D - 40016 - pm_device_init, Delta 167 D - 2928 - pm_driver_init, Delta 169 D - 91 - pm_sbl_chg_init, Delta 171 D - 0 - vsense_init, Delta 173 D - 396 - Pre_DDR_clock_init, Delta [all …]
|
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 358 : MergeSecond(MergeSecond), Delta(D), FilePath(R.getFilePath()), in MergedReplacement() 359 Offset(R.getOffset() + (MergeSecond ? 0 : Delta)), Length(R.getLength()), in MergedReplacement() 361 Delta += MergeSecond ? 0 : Text.size() - Length; in MergedReplacement() 370 unsigned REnd = R.getOffset() + Delta + R.getLength(); in merge() 377 StringRef Head = TextRef.substr(0, R.getOffset() + Delta - Offset); in merge() 380 Delta += R.getReplacementText().size() - R.getLength(); in merge() 400 return Offset + Text.size() < R.getOffset() + Delta; in endsBefore() 414 int Delta; member in clang::tooling::__anon11b55cd80411::MergedReplacement 446 int Delta = 0; in mergeReplacements() local 457 FirstI->getOffset() < SecondI->getOffset() + Delta); in mergeReplacements() [all …]
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 33 UInt32 Delta; member 35 CFilterMode(): Id(0), Delta(0) {} in CFilterMode() 40 Delta = 16; in SetDelta() 42 Delta = 4; in SetDelta() 44 Delta = 2; in SetDelta() 46 Delta = 0; in SetDelta() 278 filterMode->Delta = delta; in Parse_WAV() 291 filterMode->Delta = 0; in ParseFile() 322 if (Delta < m.Delta) return -1; in Compare() 323 if (Delta > m.Delta) return 1; in Compare() [all …]
|
/external/lzma/C/Util/7z/ |
D | makefile.gcc | 7 OBJS = 7zMain.o 7zAlloc.o 7zArcIn.o 7zBuf.o 7zBuf2.o 7zCrc.o 7zCrcOpt.o 7zDec.o CpuArch.o Delta.o L… 41 Delta.o: ../../Delta.c 42 $(CXX) $(CFLAGS) ../../Delta.c
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 109 RawMatrix Delta(YLen, ZLen); in applyR2() 120 Delta[i][j] = Min; in applyR2() 133 YZEId = G.addEdge(YNId, ZNId, Delta); in applyR2() 137 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2() 139 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 107 RawMatrix Delta(YLen, ZLen); in applyR2() 118 Delta[i][j] = Min; in applyR2() 131 YZEId = G.addEdge(YNId, ZNId, Delta); in applyR2() 135 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2() 137 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationStats.java | 116 public Delta delta(AllocationStats baseline) { in delta() 117 return new Delta( in delta() 178 static final class Delta { class in AllocationStats 185 Delta( in Delta() method in AllocationStats.Delta
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 482 RegPressureDelta &Delta, 488 RegPressureDelta &Delta, 497 RegPressureDelta &Delta, 505 RegPressureDelta &Delta, 509 return getMaxDownwardPressureDelta(MI, Delta, CriticalPSets, 513 return getMaxUpwardPressureDelta(MI, nullptr, Delta, CriticalPSets,
|
/external/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 467 RegPressureDelta &Delta, 473 RegPressureDelta &Delta, 482 RegPressureDelta &Delta, 490 RegPressureDelta &Delta, 494 return getMaxDownwardPressureDelta(MI, Delta, CriticalPSets, 498 return getMaxUpwardPressureDelta(MI, nullptr, Delta, CriticalPSets,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 769 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 770 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation() 774 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 775 writeInt16BE(LocalAddress, applyPPChi(Delta)); in resolvePPC64Relocation() 779 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 780 writeInt16BE(LocalAddress, applyPPCha(Delta)); in resolvePPC64Relocation() 806 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 807 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation() 825 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 826 assert(int16_t(Delta / 2) * 2 == Delta && "R_390_PC16DBL overflow"); in resolveSystemZRelocation() [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 993 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 994 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation() 998 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 999 writeInt16BE(LocalAddress, applyPPChi(Delta)); in resolvePPC64Relocation() 1003 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1004 writeInt16BE(LocalAddress, applyPPCha(Delta)); in resolvePPC64Relocation() 1029 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1030 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation() 1048 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 1049 assert(int16_t(Delta / 2) * 2 == Delta && "R_390_PC16DBL overflow"); in resolveSystemZRelocation() [all …]
|
/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() argument 46 uint64_t Result = Addend + Delta; in write32BitOffset() 96 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local 97 Value -= FinalAddress + Delta; in resolveRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 578 RegPressureDelta &Delta, in SchedulingCost() argument 667 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne); in SchedulingCost() 669 ResCount -= (Delta.CriticalMax.getUnitInc()*PriorityOne); in SchedulingCost() 672 ResCount -= (Delta.CurrentMax.getUnitInc()*PriorityTwo); in SchedulingCost() 677 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost() 678 Delta.CurrentMax.getUnitInc())) in SchedulingCost() 681 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost() 682 << Delta.CriticalMax.getUnitInc() << "/" in SchedulingCost() 683 << Delta.CurrentMax.getUnitInc() << ")|"; in SchedulingCost()
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | load_reporter.cc | 60 ::opencensus::stats::AggregationWindow::Delta(), &vd_start_count); in CensusViewProvider() 80 ::opencensus::stats::AggregationWindow::Delta(), &vd_end_count); in CensusViewProvider() 95 ::opencensus::stats::AggregationWindow::Delta(), &vd_end_bytes_sent); in CensusViewProvider() 110 ::opencensus::stats::AggregationWindow::Delta(), &vd_end_bytes_received); in CensusViewProvider() 125 ::opencensus::stats::AggregationWindow::Delta(), &vd_end_latency_ms); in CensusViewProvider() 141 ::opencensus::stats::AggregationWindow::Delta(), &vd_metric_call_count); in CensusViewProvider() 156 ::opencensus::stats::AggregationWindow::Delta(), &vd_metric_value); in CensusViewProvider()
|