Home
last modified time | relevance | path

Searched defs:PriorState (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dcubic.rs105 struct PriorState { struct
106 congestion_window: usize,
108 ssthresh: usize,
110 w_max: f64,
112 k: f64,
114 epoch_start: Option<Instant>,
116 lost_count: usize,
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dcubic.rs105 struct PriorState { struct
106 congestion_window: usize,
108 ssthresh: usize,
110 w_max: f64,
112 k: f64,
114 epoch_start: Option<Instant>,
116 lost_count: usize,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/
Dbasic_seq.h69 using PriorState = SeqState<Traits, I - 1, Fs...>; member