Searched refs:Minmax (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/quiche/src/ |
D | minmax.rs | 64 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/ |
D | mod.rs | 32 use crate::minmax::Minmax; 108 btlbwfilter: Minmax<u64>, 201 btlbwfilter: Minmax::new(0), in new()
|
/external/llvm/test/Transforms/InstCombine/ |
D | shufflemask-undef.ll | 20 …, %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/ |
D | mod.rs | 97 minmax_filter: minmax::Minmax<Duration>, 217 minmax_filter: minmax::Minmax::new(Duration::ZERO), in new_with_config()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 932 { "glMinmax", _O(Minmax) },
|
/external/cronet/base/ranges/ |
D | algorithm_unittest.cc | 1465 TEST(RangesTest, Minmax) { in TEST() argument
|