Searched refs:Delta (Results 126 - 148 of 148) sorted by relevance

123456

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1261 unsigned Delta = 2; local
1263 unsigned CPEOffset = UserBBI.postOffset(CPELogAlign) + Delta;
1279 BBInfo[UserMBB->getNumber()].Size += Delta;
/external/chromium_org/net/quic/
H A Dquic_unacked_packet_map_test.cc23 : now_(QuicTime::Zero().Add(QuicTime::Delta::FromMilliseconds(1000))) {
H A Dreliable_quic_stream.cc83 QuicTime::Delta delta_largest_observed)
H A Dquic_stream_factory.cc98 QuicTime::Delta::FromSeconds(kIdleConnectionTimeoutSeconds),
99 QuicTime::Delta::FromSeconds(kIdleConnectionTimeoutSeconds));
H A Dquic_protocol.cc268 delta_time_largest_observed(QuicTime::Delta::Infinite()),
H A Dquic_protocol.h692 QuicTime::Delta delta_time_largest_observed;
H A Dquic_session.cc569 connection_->SetOverallConnectionTimeout(QuicTime::Delta::Infinite());
H A Dquic_framer_test.cc363 start_(QuicTime::Zero().Add(QuicTime::Delta::FromMicroseconds(0x10))),
1808 // Delta from largest observed.
1810 // Delta time.
1812 // Delta from largest observed.
1814 // Delta time.
1935 // Delta from largest observed.
1937 // Delta time.
3667 ack_frame.delta_time_largest_observed = QuicTime::Delta::Zero();
3730 ack_frame.delta_time_largest_observed = QuicTime::Delta::Zero();
3801 ack_frame.delta_time_largest_observed = QuicTime::Delta
[all...]
H A Dquic_network_transaction_unittest.cc121 clock_->AdvanceTime(QuicTime::Delta::FromMilliseconds(20));
H A Dquic_stream_factory_test.cc124 clock_->AdvanceTime(QuicTime::Delta::FromSeconds(1));
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp620 uint32_t Delta = DestIdx - FixupIdx - 2; local
623 assert(Delta < 65536U && "disassembler decoding table too large!");
624 Table[FixupIdx] = (uint8_t)Delta;
625 Table[FixupIdx + 1] = (uint8_t)(Delta >> 8);
/external/clang/lib/AST/
H A DStmtPrinter.cpp82 raw_ostream &Indent(int Delta = 0) {
83 for (int i = 0, e = IndentLevel+Delta; i < e; ++i)
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1244 unsigned Delta = i - GroupIdx[TiedGroup]; local
1248 return OpIdx - Delta;
1252 return OpIdx + Delta;
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1246 unsigned Delta = isThumb1 ? 2 : 4; local
1248 unsigned CPEOffset = UserBBI.postOffset(CPELogAlign) + Delta;
1268 BBInfo[UserMBB->getNumber()].Size += Delta;
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp910 int Delta = StackAdj - MaxTCRetDelta; local
911 assert((Delta >= 0) && "Delta must be positive");
913 FrameSize += (StackAdj +Delta);
/external/chromium_org/third_party/angle/util/win32/
H A DWin32Window.cpp236 event.MouseWheel.Delta = static_cast<short>(HIWORD(wParam)) / 120;
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp793 ptrdiff_t Delta = FieldsInBindingKey.size() - Fields.size(); local
794 if (Delta >= 0)
795 return std::equal(FieldsInBindingKey.begin() + Delta,
800 Fields.begin() - Delta);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h915 const SCEV *computeBECount(const SCEV *Delta, const SCEV *Stride,
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.cc306 const QuicWallTime expiry = now.Add(QuicTime::Delta::FromSeconds(
1461 const QuicTime::Delta delta(now.AbsoluteDifference(timestamp));
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat181 rem Delta file not found.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas2282 ReplacingHowMany, ReplacingWithHowMany, NumNewChildren, Delta, I, J: Integer;
2304 Delta := ReplacingHowMany - ReplacingWithHowMany;
2307 if (Delta = 0) then
2320 if (Delta > 0) then
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp6605 const SCEV *ScalarEvolution::computeBECount(const SCEV *Delta, const SCEV *Step,
6608 Delta = Equality ? getAddExpr(Delta, Step)
6609 : getAddExpr(Delta, getMinusSCEV(Step, One));
6610 return getUDivExpr(Delta, Step);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 543 milliseconds

123456