Searched defs:max (Results 1 – 4 of 4) sorted by relevance
33 #define max(x, y) ((x > y) ? (x) : (y)) macro
24 const fn max(a: usize, b: usize) -> usize { in max() method
26 fn max() -> Self; in max() method
1069 let mut max = color.red.max(color.green); in csi_m() localVariable