Home
last modified time | relevance | path

Searched refs:Minmax (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/quiche/src/
Dminmax.rs64 pub struct Minmax<T> { struct
68 impl<T: PartialOrd + Copy> Minmax<T> { impl
70 Minmax { in new()
176 let mut f = Minmax::new(Duration::ZERO); in reset_filter_rtt()
195 let mut f = Minmax::new(0); in reset_filter_bandwidth()
214 let mut f = Minmax::new(Duration::ZERO); in get_windowed_min_rtt()
238 let mut f = Minmax::new(0); in get_windowed_min_bandwidth()
262 let mut f = Minmax::new(Duration::ZERO); in get_windowed_max_rtt()
286 let mut f = Minmax::new(0); in get_windowed_max_bandwidth()
310 let mut f = Minmax::new(Duration::ZERO); in get_windowed_min_estimates_rtt()
[all …]
/external/rust/crates/quiche/src/recovery/bbr/
Dmod.rs32 use crate::minmax::Minmax;
108 btlbwfilter: Minmax<u64>,
201 btlbwfilter: Minmax::new(0), in new()
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll20 …, %struct.Convolution, %struct.Convolution, %struct.ColorMatrix, %struct.Minmax, %struct.Histogram…
28 %struct.Minmax = type { %struct.MinmaxTable*, i16, i8, i8, [0 x i32] }
/external/rust/crates/quiche/src/recovery/
Dmod.rs97 minmax_filter: minmax::Minmax<Duration>,
217 minmax_filter: minmax::Minmax::new(Duration::ZERO), in new_with_config()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp932 { "glMinmax", _O(Minmax) },
/external/cronet/base/ranges/
Dalgorithm_unittest.cc1465 TEST(RangesTest, Minmax) { in TEST() argument