Searched refs:set_min (Results 1 – 2 of 2) sorted by relevance
482 pub fn set_min(&mut self, min: Hertz) -> &mut Self { in set_min() method
968 bool set_max = false, set_min = false; in mas_descend() 1006 set_min = true; in mas_ascend() 1023 if (!set_min && a_slot) { in mas_ascend() 1024 set_min = true; in mas_ascend() 1039 } while (!set_min || !set_max); in mas_ascend() 989 bool set_max = false, set_min = false; mas_ascend() local