Home
last modified time | relevance | path

Searched defs:max (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/common/
H A Dglib.h33 #define max(x, y) ((x > y) ? (x) : (y)) macro
/DragonOS/kernel/src/libs/
H A Dalign.rs24 const fn max(a: usize, b: usize) -> usize { in max() method
/DragonOS/kernel/crates/bitmap/src/
H A Dtraits.rs26 fn max() -> Self; in max() method
/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs1069 let mut max = color.red.max(color.green); in csi_m() localVariable