Home
last modified time | relevance | path

Searched defs:Recovery (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/quiche/src/recovery/
Dmod.rs71 pub struct Recovery { struct
72 loss_detection_timer: Option<Instant>,
74 pto_count: u32,
76 time_of_last_sent_ack_eliciting_pkt: [Option<Instant>; packet::EPOCH_COUNT],
78 largest_acked_pkt: [u64; packet::EPOCH_COUNT],
80 largest_sent_pkt: [u64; packet::EPOCH_COUNT],
82 latest_rtt: Duration,
84 smoothed_rtt: Option<Duration>,
86 rttvar: Duration,
88 minmax_filter: minmax::Minmax<Duration>,
[all …]
Dreno.rs48 pub fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent()
53 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
102 r: &mut Recovery, time_sent: Instant, epoch: packet::Epoch, now: Instant, in congestion_event()
127 pub fn collapse_cwnd(r: &mut Recovery) { in collapse_cwnd()
Dcubic.rs111 fn collapse_cwnd(r: &mut Recovery) { in collapse_cwnd()
128 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, now: Instant) { in on_packet_sent()
154 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
256 r: &mut Recovery, time_sent: Instant, epoch: packet::Epoch, now: Instant, in congestion_event()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFindTargetTests.cpp162 TEST_F(TargetDeclTest, Recovery) { in TEST_F() argument
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md517 #### Recovery subsubsection
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java823 public static class Recovery implements IRecovery { class in DeqpTestRunner
/external/clang/lib/Sema/
DSemaTemplate.cpp1768 auto CheckExplicitSpecialization = [&](SourceRange Range, bool Recovery) { in MatchTemplateParametersToScopeSpecifier()
DSemaOverload.cpp11375 ExprResult Recovery = BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc, in FinishOverloadedCallExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp3138 auto CheckExplicitSpecialization = [&](SourceRange Range, bool Recovery) { in MatchTemplateParametersToScopeSpecifier()
DSemaOverload.cpp13093 ExprResult Recovery = BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc, in FinishOverloadedCallExpr() local