Searched defs:Recovery (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 71 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 …]
|
D | reno.rs | 48 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()
|
D | cubic.rs | 111 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/ |
D | FindTargetTests.cpp | 162 TEST_F(TargetDeclTest, Recovery) { in TEST_F() argument
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 517 #### Recovery subsubsection
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 823 public static class Recovery implements IRecovery { class in DeqpTestRunner
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 1768 auto CheckExplicitSpecialization = [&](SourceRange Range, bool Recovery) { in MatchTemplateParametersToScopeSpecifier()
|
D | SemaOverload.cpp | 11375 ExprResult Recovery = BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc, in FinishOverloadedCallExpr() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 3138 auto CheckExplicitSpecialization = [&](SourceRange Range, bool Recovery) { in MatchTemplateParametersToScopeSpecifier()
|
D | SemaOverload.cpp | 13093 ExprResult Recovery = BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc, in FinishOverloadedCallExpr() local
|